Skip to content

v1.0.2 - Bug fixes

Choose a tag to compare

@VoidElle VoidElle released this 10 Jun 13:12
· 7 commits to main since this release

Bug Fixes

  • ZoneModel.is_open now correctly reports open zones - the previous implementation required both the IN_USE and FAULT status bits to be set. Because the MK7 panel does not set IN_USE for zones in their normal state, is_open always returned False even when a zone was physically open. The check now only requires the FAULT bit, which is the bit the panel sets when a zone is open/faulted.

Documentation

  • Added a note to ZoneModel docs clarifying that is_open only reflects the physical state when "Check magnets" (zone monitoring) is enabled for the zone in the iAlarm app. When disabled, the panel does not report fault status and is_open will always return False.

Full Changelog: v1.0.1...v1.0.2