Releases: TionAPI/tion_python
Releases · TionAPI/tion_python
v2.0.0
08 Jul 20:59
Compare
Sorry, something went wrong.
No results found
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
08 Jul 20:47
Compare
Sorry, something went wrong.
No results found
Bug Fixes
LiteFamily: split packets to chunks in the right way (499cb1f ), closes #37
Features
v1.5.1
13 Jan 14:38
Compare
Sorry, something went wrong.
No results found
Bug Fixes
retry decorator: show last exception if limit reached (3ce32f3 )
v1.5.0
13 Jan 13:17
Compare
Sorry, something went wrong.
No results found
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
29 Oct 11:54
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Features
tion: allow skipping breezer querying while get() (e94748d )
tion: set internal state based on user request (e810a59 )
v1.3.4
22 Oct 19:18
Compare
Sorry, something went wrong.
No results found
Bug Fixes
S4: reverse heater state while set (eddd985 ), closes #27
v1.3.3
30 Jul 16:24
Compare
Sorry, something went wrong.
No results found
Bug Fixes
solve issue with errors while disconnect (833b373 )
v1.3.2
20 Jun 18:37
Compare
Sorry, something went wrong.
No results found
Bug Fixes
request response while subscribing to notifications for Tion Lite (2c17e59 )
v1.3.1
16 Jun 19:44
Compare
Sorry, something went wrong.
No results found
Bug Fixes
tion: don't require response while notification subscription (40dd210 ), closes #25
v1.3.0
15 Jun 19:22
Compare
Sorry, something went wrong.
No results found
Bug Fixes
send disable notification command while disconnect (6c90062 )
Features