Releases: eavanvalkenburg/pysiaalarm
Expanded codes for Ajax
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
Added Ajax specific sia codes.
Beta version for improved event reading
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
Added Ajax Specific codes.
Added kwargs to start function in aio
Added kwargs argument to start in asyncio version, which passes those arguments on to asyncio.start_server.
fixed logging
Changed the way logging gets initialized.
coroutine function for aio and updateable accounts
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
New release that has a asyncio interface, improved the naming and importing and some bug fixes.
V1 of pySIAalarm
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
v0.3.4 added wheel