EventAlarmExpressionComparison

EventAlarmExpressionComparison
EventAlarmExpressionComparison

Encapsulates Comparison of an event's attribute to a value.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "attributeName": "string",
    "operator": "string",
    "value": "string"
}
string
attributeName
Required

The attribute of the event to compare

string
operator
Required

An operator from the list above

string
value
Required

The value to compare against