SensorState Object
A sensor state is a configurable trigger for a number of SensorActions.
Properties
| Name | Type | Read Only | Required | Description |
|---|---|---|---|---|
| maxValue | Integer | yes | no | The maximum value the sensor can generate. |
| minValue | Integer | yes | no | The minimum value the sensor can generate. |
| type | String | yes | no | Values: coolHigh, coolLow, heatHigh, heatLow, high, low, transitionCount, normal. |
| actions | Action[] | yes | no | The list of StateAction objects associated with the sensor. |