GroupAlarmAction

GroupAlarmAction
GroupAlarmAction

This data object type describes a group of actions that occur when the alarm is triggered.

These actions are not necessarily executed in order.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "action": [
        {
            "_typeName": "string"
        }
    ]
}
action
Required

The list of alarm actions that occur when the alarm is triggered.