Skip to content

Releases: eavanvalkenburg/pysiaalarm

Expanded codes for Ajax

16 Jul 07:37
6c7ed11
Compare
Choose a tag to compare

First release with new regex parsing:

  • Support for NULL messages as RP
  • Better Regex handling
  • Additional Codes for AJAX Systems added
  • Smaller fixes, cleanup, better logging for some cases

Added Ajax specific sia codes

15 Jul 15:39
Compare
Choose a tag to compare
Pre-release

Added Ajax specific sia codes.

Beta version for improved event reading

14 Jul 15:58
31ccd04
Compare
Choose a tag to compare
Pre-release

Allows for NULL events (as compared to just SIA-DCS) for this issue
Major testing improvement, coverage > 95%
some other minor stuff

Ajax specific codes added

15 Jul 15:38
Compare
Choose a tag to compare
Pre-release

Added Ajax Specific codes.

Added kwargs to start function in aio

08 Jun 11:49
Compare
Choose a tag to compare

Added kwargs argument to start in asyncio version, which passes those arguments on to asyncio.start_server.

fixed logging

08 Jun 11:32
Compare
Choose a tag to compare

Changed the way logging gets initialized.

coroutine function for aio and updateable accounts

05 Jun 09:11
Compare
Choose a tag to compare

Adding logic that either accepts a coroutine as the func in the aio version and throws a TypeError if the function is a coroutine in the threaded version.

Added logic to allow the accounts to be updated while the server is running.

v2 with asyncio support

04 Jun 17:02
Compare
Choose a tag to compare

New release that has a asyncio interface, improved the naming and importing and some bug fixes.

V1 of pySIAalarm

07 May 09:52
Compare
Choose a tag to compare

First official version, keeps close to the official SIA spec and gives back the events that are parsed to a function and keeps count of different types of events it could not parse successfully.

Test Release Action

07 May 09:50
Compare
Choose a tag to compare
v0.3.4

added wheel