-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix fof occasional spurious door unlock notifications
wait for a status command to be processes to properly set the initial state of all homekit characteristics. Also timeout if we don't receive a status in a reasonable amount of time. This prevents unintentional state changes if a home hub reads the state before we initialize everything Note, secplus1 doesnt have a status command so it will just timeout This specifically addresses an issue where we get spurious door unlock notifications, but will also address incorrect door states immediately after booting.
- Loading branch information
Showing
3 changed files
with
17 additions
and
2 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