8000 Releases · TionAPI/tion_python · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: TionAPI/tion_python

v2.0.0

08 Jul 20:59
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release

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
Choose a tag to compare
v1.6.0 Pre-release
Pre-release

Bug Fixes

  • LiteFamily: split packets to chunks in the right way (499cb1f), closes #37

Features

  • drop _dummy_data method (298836a)

v1.5.1

13 Jan 14:38
3ce32f3
Compare
Choose a tag to compare

Bug Fixes

  • retry decorator: show last exception if limit reached (3ce32f3)

v1.5.0

13 Jan 13:17
Compare
Choose a tag to compare

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
Choose a tag to compare

PyPI - Downloads

Bug Fixes

  • tion: fix heating detection (6434814), closes #32

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
Choose a tag to compare

Bug Fixes

  • S4: reverse heater state while set (eddd985), closes #27

v1.3.3

30 Jul 16:24
Compare
Choose a tag to compare

Bug Fixes

  • solve issue with errors while disconnect (833b373)

v1.3.2

20 Jun 18:37
Compare
Choose a tag to compare

PyPI - Downloads

Bug Fixes

  • request response while subscribing to notifications for Tion Lite (2c17e59)

v1.3.1

16 Jun 19:44
Compare
Choose a tag to compare

PyPI - Downloads

Bug Fixes

  • tion: don't require response while notification subscription (40dd210), closes #25

v1.3.0

15 Jun 19:22
Compare
Choose a tag to compare

PyPI - Downloads

Bug Fixes

  • send disable notification command while disconnect (6c90062)

Features

  • add support for Tion 4S (0fc7b04)
0