gets sent if Door Lock Get User Response command received

Edit
				
					{
    event = "arm_command_received",
    node_id = 2,
    endpoint_id = 1,
    cluster_name = "ias_ace",
    command_id = 0,
    command_name = "Arm",
    arm_mode = "disarm"
    pin_code = "1234"
}				
			
Edit
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
user_id int user ID
user_status string user status
user_type string user type
pin_code string pin code
Edit
Possible user statuses
available
occupied_enabled
occupied_disabled
not_supported
Edit
Possible user types
unrestricted_user
year_day_schedule_user
week_day_schedule_user
master_user
non_access_user
not_supported