Skip to content

Tags: rytilahti/python-eq3bt

Tags

0.2

Toggle 0.2's commit message
Release 0.2

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

Toggle 0.1.12's commit message
0.1.12 (2021-11-13)

-------------------

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

0.1.11

Toggle 0.1.11's commit message
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]

0.1.9

Toggle 0.1.9's commit message
Update to new construct API

0.1.8

Toggle 0.1.8's commit message
Fix to work with newest construct, let the users to handle exceptions…

… from bluepy

0.1.7

Toggle 0.1.7's commit message
Fixes setting schedules

0.1.5

Toggle 0.1.5's commit message
Version 0.1.5

0.1.4

Toggle 0.1.4's commit message
0.1.4 release