Skip to content

Releases: eavanvalkenburg/pysiaalarm

fix for response when xdata is present but not K

30 Apr 07:59
Compare
Choose a tag to compare
v3.0.0beta-11

fix response when xdata present but not K

fixed some serialization bugs

29 Apr 13:23
Compare
Choose a tag to compare
Pre-release
v3.0.0beta-9

fixed some serialization

fixes for python 3.8

29 Apr 15:00
Compare
Choose a tag to compare
fixes for python 3.8 Pre-release
Pre-release
v3.0.0beta-10

test only 3.8 and 3.9

Fix for #12 events with multiple xdata fields

28 Apr 12:52
Compare
Choose a tag to compare
v3.0.0beta-8

added support for multiple xdata fields #12

Adding parsing flags

22 Apr 12:20
Compare
Choose a tag to compare
Adding parsing flags Pre-release
Pre-release

The parsing flags make sure that a Event that gets created from a dict (or directly through the init) doesn't unnecessarily reparse the encrypted content, content, sia_code and adm_cid.

Small tweak in the regex

15 Apr 07:46
Compare
Choose a tag to compare
Pre-release
v3.0.0beta-6

small tweak in regex

Small fixes in the regex

13 Apr 14:08
Compare
Choose a tag to compare
Pre-release

Small fix in the regex to allow . characters.

Small fixes with the dataclass_json

12 Apr 11:20
Compare
Choose a tag to compare
Pre-release

Small fix in the regex, dealing with special characters.
Added dataclass_json to other dataclasses and made sure to exclude the binary key and sia_account.

added dataclasses_json to event

07 Apr 12:10
Compare
Choose a tag to compare
Pre-release

events can now be turned into a dict, and back using event.to_dict() and SIAEvent.from_dict()

Small updates to first beta

07 Apr 11:27
Compare
Choose a tag to compare
Pre-release
v3.0.0beta-2

updated devcontainer and delete log line