Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Numeric sensor status. More...
Public Attributes | |
boolean | aboveUpperCritical |
Reading is above upper critical threshold. More... | |
boolean | aboveUpperWarning |
Reading is above upper warning threshold. More... | |
boolean | belowLowerWarning |
Reading is below lower warning threshold. More... | |
boolean | belowLowerCritical |
Reading is below lower critical threshold. More... | |
Numeric sensor status.
The status is determined on the basis of rounded values. The rounding is done according to MetaData::decdigits. This ensures that status and value will match when displayed simultaneously, if the value is also displayed rounded.
Definition at line 133 of file NumericSensor.idl.
boolean sensors::NumericSensor::Reading::Status::aboveUpperCritical |
Reading is above upper critical threshold.
Definition at line 134 of file NumericSensor.idl.
boolean sensors::NumericSensor::Reading::Status::aboveUpperWarning |
Reading is above upper warning threshold.
Definition at line 135 of file NumericSensor.idl.
boolean sensors::NumericSensor::Reading::Status::belowLowerCritical |
Reading is below lower critical threshold.
Definition at line 137 of file NumericSensor.idl.
boolean sensors::NumericSensor::Reading::Status::belowLowerWarning |
Reading is below lower warning threshold.
Definition at line 136 of file NumericSensor.idl.