StateAlarmOperator

StateAlarmOperator
StateAlarmOperator

A boxed StateAlarmOperatorEnum. To be used in Any placeholders.

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

The operation on the target state.

Possible values:

  • isEqual: Test if the target state matches the given red or yellow states.
  • isUnequal: Test if the target state does not match the given red or yellow states.
Possible values are : isEqual, isUnequal,