-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### UPDATED - Plugin now properly detects if a login session has been close to 6 hours and forces a session reset. - Re-built the logic to prevent user from setting to the same arm state. - All accessory updates now officially use `updateValue()` via the recommendation of @NorthernMan54. ### FIXED - Repetitive notifications for when the user tries to arm from the same state. - Plugin could not properly disarm the system from HomeKit if the alarm was ringing. - Some Homebridge log files may be spammed because of a sensor amount mis-match. ### ADDED - Temporarily added support for "System/Supervisory" devices again to see if it can be officially supported. - User notice in the `README.md` about how temperature sensors react in this plugin. - Ability to generate fake ready arm buttons in case the portal is having arm/disarm delays. - Ability to log system status changes. - Additional statuses for `doorWindow`, `fire`, `glass`, `motion`, and `temperature`. - Notice for users when the plugin detects undocumented data and will continuously restart their Homebridge instance in attempt to get rid of the error. - Sensor count mismatch detector.
- Loading branch information
1 parent
e174456
commit 93d538c
Showing
15 changed files
with
1,012 additions
and
497 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.