Releases: flip-dots/HueBLE
Releases · flip-dots/HueBLE
v1.0.6
1.0.6
(2024-06-30)
Fixed
- Fixed incorrect type hint for colour_temp property
- Fixed exception on light.authenticated if Linux system does not return the expected data
v1.0.5
1.0.5
(2024-05-19)
Changed
- Registered callbacks are now run when the
connect()
method achieves a connection.
v1.0.4
1.0.4
(2024-05-18)
Changed
- Increment minimum Python version to
3.11
. asyncio.timeout
requires > 3.10
not >= 3.10
.
Fixed
- Resolved issue which could cause module to get stuck in a connection loop after an
unexpected disconnect in an edge case.
v1.0.3
1.0.3
(2024-05-12)
Changed
Fixed
- Resolved issue with automatic re-connect causing an exception due to missing brackets :P
v1.0.2
1.0.2 (2024-05-12)
Added
- Definable delay between connecting and disconnecting in the
re-connect method.
- Definable maximum attempts for automatic re-connection.
Changed
- Exceptions from
connect()
and poll_state()
are now caught and
logged instead of causing an exception in the callee.
Fixed
- Resolved issue where module would attempt to infinitely retry to
connect to a light that failed pairing. Module now will only attempt
automatic re-connect when it has connected to the light successfully
at least once.
- Fixed EOF error in demo program on Linux based systems
v1.0.1
[1.0.1] - 2024-05-05
Added
- Code badges to README and docs
Fixed
- Project logo in README
- Hyperlinks to module functions in docs