groupSetDeviceArmed
- Sets the device Armed flag to a value specified for every device that is currently in the group.
Edit
Field | Type | Required | Description |
---|---|---|---|
blockOptions.method.args.deviceGroup | External Reference, Device Group | + | Device Group identifier. Argument declaration of DeviceGroup ID |
blockOptions.method.args.deviceFlag | string | + | Argument declaration of Device Flag can have boolean type only. The name is . The type is . |
Edit
{
"blockOptions": {
"method": {
"args": {
"deviceGroup": "deviceGroup",
"deviceFlag": "deviceFlag"
},
"name": "groupSetDeviceArmed"
}
},
"blockType": "then",
"fields": [
{
"name": "deviceGroup",
"type": "device_group",
"value": "device_group_id"
},
{
"name": "deviceFlag",
"type": "bool",
"value": false
}
]
}
Note: Available since advanced_scenes/1.63.