gets sent if IAS Ace Arm command received
{
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"
}
| 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 |
| arm_mode | string | action to be applied on zone |
| pin_code | string | pin code |
| Possible arm modes |
|---|
| disarm |
| arm_day_home_zones_only |
| arm_night_home_zones_only |
| arm_all_zones |