Skip to content

Releases: RyuzakiKK/pyialarm

Release v2.2.0

11 Jul 08:15
Compare
Choose a tag to compare
  • Revert changes to get_status() and do not deprecate memory feature for now. Further testings will be performed in the following days and this change will be re-implemented in the next release.

Release v2.1.5

10 Jul 13:36
Compare
Choose a tag to compare
  • Switch from dicttoxml to dicttoxml2
  • Add a small delay between different requests

Release v2.0.0

10 Jul 09:21
Compare
Choose a tag to compare
  • Deprecate get_status memory parameter: Fixes #9
  • Workaround dicttoxml issue with Python 3.10

Release v1.9.0

12 Jun 10:19
Compare
Choose a tag to compare
  • Close the socket on errors
  • Do not include the memory feature by default

Release v1.8.1

05 Jun 11:19
Compare
Choose a tag to compare
  • Use again the sequence number when sending request list
  • Raise a ConnectionError when the alarm reply is wrong

Release v1.7

29 May 10:31
b2483d0
Compare
Choose a tag to compare
  • Do not reuse previous sockets to reduce the probability of receiving an unexpected reply

Release v1.5

10 Apr 13:40
Compare
Choose a tag to compare
  • Improve error handling when we receive a malformed/unexpected reply
  • Return triggered status only if the alarm is currently enabled (#5)

Release v1.4

14 Feb 14:03
Compare
Choose a tag to compare

Add function to retrieve the MAC address

Release v1.3

29 Dec 17:20
Compare
Choose a tag to compare

Decrease the dicttoxml verbosity level

Release v1.2

28 Dec 13:53
Compare
Choose a tag to compare

Add missing zone states and correctly handle connection losses.