Skip to content

Releases: rytilahti/python-eq3bt

Release 0.2

13 Jul 21:01
abe4208
Compare
Choose a tag to compare

This release adds two new backends: bleak and gattlib.
Bleak backend is the new default backend which makes this library
work also on non-Linux platforms and requires no compiler to be installed.

0.2 (2022-07-13)

  • Add publish to pypi workflow (#54) [Teemu R]

  • Add bleak backend and make it default (#53) [Teemu R]

  • Wrap backend exceptions inside BackendException (#52) [Teemu R]

  • Add mac property to thermostat class (#51) [Teemu R]

  • Update README, pyproject.toml (#49) [Teemu R]

  • Support gattlib as an alternative btle library (#48) [Helmut Grohne]

  • Use poetry, add pre-commit hooks & mass format to modern standards,
    add CI (#47) [Teemu R]

0.1.12

19 Nov 16:01
9946ff4
Compare
Choose a tag to compare

0.1.12 (2021-11-13)

  • Add bt interface selection (#44) [Hummel95]

0.1.11

28 May 03:45
Compare
Choose a tag to compare

0.1.11 (2019-05-27)

  • Decoding presets in status messages (#33) [Matthias Erll]

  • Adding device serial number and firmware (#31) [Matthias Erll]

  • Context.invoke() -> Context.forward() (#28) [Till]

  • Require python 3.4 or newer in setup.py, closes #23. [Teemu Rytilahti]