Releases: TionAPI/tion_python
Releases · TionAPI/tion_python
v2.0.0
BREAKING CHANGES
- migrate to bleak back-end
now module is using bleak
instead of bluepy
;
get
, set
, connect
, disconnect
and pair calls is now async;
- added
Tion
prefix to model-based classes;
- core class
tion
renamed to Tion
;
- dropped support of
keep_connection
parameter for get()
.
Features and code improvements
get
, set
, connect
, disconnect
and pair calls is now async;
- code and tests clening;
- drop _dummy_data method (298836a);
- drop
TionDummy
class.
Bug Fixes
- LiteFamily: split packets to chunks in the right way (499cb1f), closes #37
v1.6.0
Bug Fixes
- LiteFamily: split packets to chunks in the right way (499cb1f), closes #37
Features
v1.5.1
Bug Fixes
- retry decorator: show last exception if limit reached (3ce32f3)
v1.5.0
Bug Fixes
- retry decorator: allow retry if retries = 1 (d139814)
Features
- make reports about BTLE exceptions while retry at info level (d2bbdbb)
- use retry mechanism for _connect (31ce77e)
- retry decorator: raise MaxTriesExceededError if max retries is exceeded (0b5e485)
v1.4.0

Bug Fixes
Features
- tion: allow skipping breezer querying while get() (e94748d)
- tion: set internal state based on user request (e810a59)
v1.3.4
Bug Fixes
- S4: reverse heater state while set (eddd985), closes #27
v1.3.3
Bug Fixes
- solve issue with errors while disconnect (833b373)
v1.3.2

Bug Fixes
- request response while subscribing to notifications for Tion Lite (2c17e59)
v1.3.1

Bug Fixes
- tion: don't require response while notification subscription (40dd210), closes #25
v1.3.0

Bug Fixes
- send disable notification command while disconnect (6c90062)
Features