Releases: yozik04/vallox_websocket_api
Releases · yozik04/vallox_websocket_api
4.0.2
4.0.0
3.3.0
3.2.1
3.2.0
3.1.0
What’s Changed
- Adding Python 3.11 support
- Dropping Python 3.6, 3.7 support
- Replacing
asynctest
dependency withpytest-asyncio
- Tests rewrite to pytest #30 (#31)
Full Changelog: 3.0.0...3.1.0
3.0.0
What’s Changed
- Greatly improved exception handling.
ValloxApiException
andValloxWebsocketException
cover communication problems (IncludingOSError
).ValloxInvalidInputException
are raised when it was provided an invalid input.
Full Changelog: 2.13.1...3.0.0
2.13.1
What’s Changed
- Settable
METRIC_KEY_MODE
2.13.0
What’s Changed
- Added
Vallox.get_fan_speed
andVallox.set_fan_speed
for a profile.
2.12.0
What’s Changed
- Adding undefined values detection. Undefined values are now converted to None.