Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Numeric sensor minimum / maximum values. More...
Public Attributes | |
double | minReading |
the minimum value since observedSince, not rounded More... | |
time | minReadingTimestamp |
UNIX timestamp (UTC) when the minimum value has occurred. More... | |
double | maxReading |
the maximum value since observedSince, not rounded More... | |
time | maxReadingTimestamp |
UNIX timestamp (UTC) when the maximum value has occurred. More... | |
boolean | valid |
true if min and max are valid More... | |
time | observedSince |
UNIX timestamp (UTC) of last reset of min / max. More... | |
Numeric sensor minimum / maximum values.
Definition at line 147 of file NumericSensor.idl.
double sensors::NumericSensor::MinMax::maxReading |
the maximum value since observedSince, not rounded
Definition at line 150 of file NumericSensor.idl.
time sensors::NumericSensor::MinMax::maxReadingTimestamp |
UNIX timestamp (UTC) when the maximum value has occurred.
Definition at line 151 of file NumericSensor.idl.
double sensors::NumericSensor::MinMax::minReading |
the minimum value since observedSince, not rounded
Definition at line 148 of file NumericSensor.idl.
time sensors::NumericSensor::MinMax::minReadingTimestamp |
UNIX timestamp (UTC) when the minimum value has occurred.
Definition at line 149 of file NumericSensor.idl.
time sensors::NumericSensor::MinMax::observedSince |
UNIX timestamp (UTC) of last reset of min / max.
Definition at line 153 of file NumericSensor.idl.
boolean sensors::NumericSensor::MinMax::valid |
true
if min and max are valid
Definition at line 152 of file NumericSensor.idl.