Releases: RyuzakiKK/pyialarm
Releases · RyuzakiKK/pyialarm
Release v2.2.0
Release v2.1.5
- Switch from dicttoxml to dicttoxml2
- Add a small delay between different requests
Release v2.0.0
- Deprecate get_status memory parameter: Fixes #9
- Workaround dicttoxml issue with Python 3.10
Release v1.9.0
- Close the socket on errors
- Do not include the memory feature by default
Release v1.8.1
- Use again the sequence number when sending request list
- Raise a ConnectionError when the alarm reply is wrong
Release v1.7
- Do not reuse previous sockets to reduce the probability of receiving an unexpected reply
Release v1.5
- Improve error handling when we receive a malformed/unexpected reply
- Return triggered status only if the alarm is currently enabled (#5)
Release v1.4
Add function to retrieve the MAC address
Release v1.3
Decrease the dicttoxml verbosity level
Release v1.2
Add missing zone states and correctly handle connection losses.