Releases: kroimon/skyrc-ble
Releases · kroimon/skyrc-ble
v2.1.0
v2.1.0 (2023-11-08)
Documentation
Feature
- feat: add functions to start/stop charging multiple channels at once (
47d0eff
)
v2.0.1
v2.0.1 (2023-11-08)
Build
Fix
- fix: send correct channel index to start and stop charging
Fixes #1 (a69fd52
)
Style
Test
- test: fix TypeErrors when running tests (
02091e6
)
v2.0.0
Feature
- Log timeout when waiting for response (
b8129d8
)
- Add manufacturer and model properties (
bf9997e
)
Fix
- Datatypes in basic state data must be enums (
e369a32
)
Breaking
- move version info to generic device (
6ce40d1
)
v1.0.0
Feature
- Add address property to Mc3000 class (
d7c2d3b
)
Breaking
- rename/move purely MC3000 related code (
bc60769
)
v0.2.0
Feature
- Allow replacing the BLEDevice instance (
6fa18f6
)
Documentation