According to the API documentation there are 9 different states that the Bridge should report on but I’m only receiving callback messages for Locked and Unlocked.
Why is that? can that be changed?
According to the API documentation there are 9 different states that the Bridge should report on but I’m only receiving callback messages for Locked and Unlocked.
Why is that? can that be changed?
The callbacks are triggered after a lock action has been executed.
Therefore only “final” lock states (locked, unlocked) are reported via the callbacks.
The intermediate states (unlocking, locking, …) are only returned via the /lockState
endpoint if this endpoint is called during a lock action.
Keep in mind that /lockState
is actively requesting a new state update from the Smart Lock so calling this endpoint too often will drain the batteries of the Smart Lock.
This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.