...
{
"type": "dataModel",
"reference":"Device.WiFi.Radio.1.Stats.X_COMCAST-COM_NoiseFloor",
"operator":"gt","threshold":"-65", "minThresholdDuration":120
}
| Property | Type | Required |
|---|---|---|
| type | string | Required |
| operator | string | Required |
| threshold | integer | Optional |
| minThresholdDuration | integer | Optional |
| reference | string | Required (for type="dataModel") |
| eventName | string | Required (for type="event") |
| component | string | Required (for type="event") |
| Anchor | ||||
|---|---|---|---|---|
|
Defines the type of data to be used for the condition.
...
string| Value | Description |
|---|---|
dataModel | Data 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 | ||||
|---|---|---|---|---|
|
...