Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Numeric sensor thresholds. More...
Public Attributes | |
boolean | upperCriticalActive |
true if the upper critical threshold is enabled More... | |
double | upperCritical |
Upper critical threshold. More... | |
boolean | upperWarningActive |
true if the upper warning threshold is enabled More... | |
double | upperWarning |
Upper warning threshold. More... | |
boolean | lowerWarningActive |
true if the lower warning threshold is enabled More... | |
double | lowerWarning |
Lower warning threshold. More... | |
boolean | lowerCriticalActive |
true if the lower critical threshold is enabled More... | |
double | lowerCritical |
Lower critical threshold. More... | |
int | assertionTimeout |
Assertion timeout in samples. More... | |
float | deassertionHysteresis |
Deassertion hysteresis. More... | |
Numeric sensor thresholds.
Definition at line 111 of file NumericSensor.idl.
int sensors::NumericSensor::Thresholds::assertionTimeout |
Assertion timeout in samples.
Definition at line 120 of file NumericSensor.idl.
float sensors::NumericSensor::Thresholds::deassertionHysteresis |
Deassertion hysteresis.
Definition at line 121 of file NumericSensor.idl.
double sensors::NumericSensor::Thresholds::lowerCritical |
Lower critical threshold.
Definition at line 119 of file NumericSensor.idl.
boolean sensors::NumericSensor::Thresholds::lowerCriticalActive |
true
if the lower critical threshold is enabled
Definition at line 118 of file NumericSensor.idl.
double sensors::NumericSensor::Thresholds::lowerWarning |
Lower warning threshold.
Definition at line 117 of file NumericSensor.idl.
boolean sensors::NumericSensor::Thresholds::lowerWarningActive |
true
if the lower warning threshold is enabled
Definition at line 116 of file NumericSensor.idl.
double sensors::NumericSensor::Thresholds::upperCritical |
Upper critical threshold.
Definition at line 113 of file NumericSensor.idl.
boolean sensors::NumericSensor::Thresholds::upperCriticalActive |
true
if the upper critical threshold is enabled
Definition at line 112 of file NumericSensor.idl.
double sensors::NumericSensor::Thresholds::upperWarning |
Upper warning threshold.
Definition at line 115 of file NumericSensor.idl.
boolean sensors::NumericSensor::Thresholds::upperWarningActive |
true
if the upper warning threshold is enabled
Definition at line 114 of file NumericSensor.idl.