Hello, I am currently using nuki API to retreive data on smartlocks and I’ve got a question, what does it mean when the “doorState” value is 16 ? I didn’t find out in the documentation. Thank’s
Hi Remi,
doorState 16 means uncalibrated.
For your reference, below are the other doorStates:
0 … unavailable/not paired, 1 … deactivated, 2 … door closed, 3 … door opened, 4 … door state unknown, 5 … calibrating, 16 … uncalibrated, 240 … removed, 255 … unknown
You can check the states in Swagger under Smartlock.State here Swagger UI