TreehouseFalcon / homebridge-kwikset-halo

An easy to use Homebridge plugin for Kwikset Halo locks
Apache License 2.0
7 stars 2 forks source link

Handle manual operations #3

Closed aegiryy closed 1 year ago

aegiryy commented 1 year ago

This PR fixed an issue reported in https://github.com/TreehouseFalcon/homebridge-kwikset-halo/issues/2. Basically, when the lock is manually operated, we synchronize both LockCurrentState and LockTargetState to avoid to be stucked in "Locking.../Unlocking..." from HomeKit.

Fixes #2

TreehouseFalcon commented 1 year ago

Thanks for the PR! I've looked into this a couple of times but for some reason it never ended up working for me.