TreehouseFalcon / homebridge-kwikset-halo

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

The status shows unlocking while it’s actually locked #2

Closed aegiryy closed 1 year ago

aegiryy commented 1 year ago

When I manually unlock the kwikset halo, the homekit shows it’s locking while it’s already unlocked. I guess it’s because the LockCurrentState is changed to unlocked (by my manual operation) but LockTargetState remains in the “locked” state. Is there a way to fix this?