Bridge is sending only Locked and Unlocked status

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?

1 Like

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.

2 Likes

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.