Raritan / Server Technology Xerus™ PDU JSON-RPC API
|
Numeric sensor minimum / maximum values. More...
import"NumericSensor.idl";
Public Attributes | |
double | minReading |
the minimum value since observedSince, not rounded | |
time | minReadingTimestamp |
UNIX timestamp (UTC) when the minimum value has occurred. | |
double | maxReading |
the maximum value since observedSince, not rounded | |
time | maxReadingTimestamp |
UNIX timestamp (UTC) when the maximum value has occurred. | |
boolean | valid |
true if min and max are valid | |
time | observedSince |
UNIX timestamp (UTC) of last reset of min / max. | |
Numeric sensor minimum / maximum values.