You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update LockTargetState to match LockCurrentState during lock refresh (#144)
## ♻️ Current situation
The LockTargetState attribute is not updated while polling/listening to
events from the August API. This leads to any manual changes of the lock
(ie I physically lock/unlock it) to cause the lock status to always show
unlocking or locking in Homekit.
## 💡 Proposed solution
Update the LockTargetState attribute to be the same value as the
LockCurrentState during both polling or pushed events. This plugin used
to operate with this logic around the 2.0.0 version and prior but
somewhere after 2.0.0 this logic was changed.
## ⚙️ Release Notes
LockTargetState is updated for manual lock events
## ➕ Additional Information
### Testing
### Reviewer Nudging
Co-authored-by: Donavan Becker <[email protected]>
0 commit comments