Skip to content

Releases: eavanvalkenburg/pysiaalarm

Patch to fix autospec mocking

17 Apr 14:41
Compare
Choose a tag to compare

Small fix that adds kwargs to SIAClient aio constructor that makes mocked versions work with autospec.

New release with additional Codes

14 Apr 15:11
73bfe1c
Compare
Choose a tag to compare

This release has some fixes and additional SIA codes supported, compared to the beta the binary crc support is gone as there has not been time and opportunity to properly test that.

What's Changed

Full Changelog: v3.0.2...v3.1.0

Fix for ADM regex

06 Dec 13:15
Compare
Choose a tag to compare
Fix for ADM regex Pre-release
Pre-release

Cleaned up the regex and made sure the ADM regex is in line with SIA.

Cleanup and new features

06 Dec 11:49
Compare
Choose a tag to compare
Pre-release

The package has been cleaned up a bit, and this release adds new features and new codes:

  • Timezones for accounts
  • Binary csc determination
  • fixes for line and receiver in response
  • Added PC, PD, PE and PG codes

Update dependency of dataclasses_json

20 Oct 09:48
Compare
Choose a tag to compare
Pre-release

Update dependency of dataclasses_json

Fixes and additional ADM mappings

01 Oct 14:02
3a8f52d
Compare
Choose a tag to compare

Now handles the situation where a encryption key is present in the event, but not in the account.
Emits a different warning when parsing an event fails on the full line or on parsing the content.
Additional ADM-CID to SIA mappings!

Added timestamp to NAK response when time is out of sync

24 Sep 13:22
ca75c68
Compare
Choose a tag to compare
Merge pull request #19 from eavanvalkenburg/dev

Added NAK timestamp response

NAK with timestamp

18 Aug 09:10
Compare
Choose a tag to compare
NAK with timestamp Pre-release
Pre-release

Added the timestamp into NAK messages.

Major new release

26 May 12:13
f40f1b4
Compare
Choose a tag to compare

Completely new release, based on many beta's, features include:

Support for OH and NULL messages
Support for ADM-CID messages (limited set)
UDP support
events can be serialized with to_dict and to_json and desert with from_dict and from_json
support for XDATA fields and RSP response for K x-data.
fully typed and tested

Small fix in xdata list

03 May 08:03
Compare
Choose a tag to compare
Pre-release
v3.0.0beta-12

fix #13