{
event = "door_lock_state_updated",
node_id = 1,
channel_id = 0,
door_mode = "unsecured",
door_condition = {
latch_state = "latch_open",
bolt_state = "bolt_unlocked",
door_state = "door_open"
}
}
| fields | type | required | description |
|---|---|---|---|
| event | string | + | type of an event |
| node_id | int | + | a unique id of a ZWave device within a Zwave network |
| channel_id | int | + | channel id |
| door_lock_mode | string | + | actual door lock mode |
| lock_timeout | int | – | time in seconds before the doorlock will automatically be changed to “secured” mode |
| target_door_lock_mode | string | – | following door lock mode (4+ cc version) |
| target_door_lock_mode_timeout | string | – | time in seconds before the doorlock will automatically be changed to target_door_lock_mode (4+ cc version) |
| enabled_inside_door_handle_ids | array of int | + | list of inside handle ids (1 .. 4) that can be locked locally |
| enabled_outside_door_handle_ids | array of int | + | list of outside handle ids (1 .. 4) that can be locked locally |
| door_condition.latch_state | string | + | actual latch state |
| door_condition.bolt_state | string | + | actual bolt state |
| door_condition.door_state | string | + | actual door state |