gets sent if Door Lock Operating Event Notification command received
{
event = "door_lock_operating_event_notification_received",
node_id = 2,
endpoint_id = 1,
cluster_name = "door_lock",
command_id = 32,
command_name = "OperatingEventNotification",
event_source = "keypad",
event_name = "lock",
user_id = 1,
pin_code = "1234"
}
| fields | type | description |
|---|---|---|
| event | string | type of an event |
| node_id | int | node ID |
| endpoint_id | int | endpoint ID |
| cluster_name | string | name of attribute cluster |
| command_id | int | command ID |
| command_name | string | name of command |
| event_source | string | event source |
| event_name | string | event name |
| user_id | int | user ID |
| pin_code | string | pin code |
| Possible event sources |
|---|
| keypad |
| rf |
| manual_or_reserved |
| rfid |
| indeterminate |
| Possible event names |
|---|
| unknown_or_mfg_specific |
| lock |
| unlock |
| lock_failure_invalid_pin_or_id |
| lock_failure_invalid_schedule |
| unlock_failure_invalid_pin_or_id |
| unlock_failure_invalid_schedule |
| one_touch_lock |
| key_lock |
| key_unlock |
| auto_lock |
| schedule_lock |
| schedule_unlock |
| manual_lock |
| manual_unlock |
| non_access_user_operational_event |