Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

{
    "type": "dataModel",
    "reference":"Device.WiFi.Radio.1.Stats.X_COMCAST-COM_NoiseFloor", 
"operator":"gt","threshold":"-65", "minThresholdDuration":120 }

Available Properties

PropertyTypeRequired
typestringRequired
operatorstringRequired
thresholdintegerOptional
minThresholdDurationintegerOptional
referencestringRequired (for type="dataModel")
eventNamestringRequired (for type="event")
componentstringRequired (for type="event")

Anchor
type
type


type

Defines the type of data to be used for the condition.

...

  • is required
  • Type: string

type Constraints

ValueDescription
dataModelData that comes from the data model, e.g., TR-181 data.
event

Data that comes from a component event

NOTE: Event conditions are not yet supported in RDK builds.

Anchor
operator
operator


operator

...