Releases: eavanvalkenburg/pysiaalarm
Patch to fix autospec mocking
Small fix that adds kwargs to SIAClient aio constructor that makes mocked versions work with autospec.
New release with additional Codes
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
- Fixes and additional sia codes by @eavanvalkenburg in #47
Full Changelog: v3.0.2...v3.1.0
Fix for ADM regex
Cleaned up the regex and made sure the ADM regex is in line with SIA.
Cleanup and new features
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
Update dependency of dataclasses_json
Fixes and additional ADM mappings
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
Merge pull request #19 from eavanvalkenburg/dev Added NAK timestamp response
NAK with timestamp
Added the timestamp into NAK messages.
Major new release
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
v3.0.0beta-12 fix #13