Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
InterpretationRule defines a rule that is applied to a reading, resulting in an Interpretation. More...
Public Attributes | |
Interpretation | interpretation |
how to interpret the applied rule More... | |
int | ignoreTimeout |
if > 0, ignoring stops after this timeout (seconds), and state changes to unavailable More... | |
InterpretationRule defines a rule that is applied to a reading, resulting in an Interpretation.
A list of InterpretationRule is applied in the given order, and stopped after the first match. If no rule applies, the interpretation is Interpretation::DEFAULT.
Definition at line 430 of file GatewaySensorManager.idl.
int peripheral::GatewaySensorManager::InterpretationRule::ignoreTimeout |
if > 0, ignoring stops after this timeout (seconds), and state changes to unavailable
Definition at line 432 of file GatewaySensorManager.idl.
Interpretation peripheral::GatewaySensorManager::InterpretationRule::interpretation |
how to interpret the applied rule
Definition at line 431 of file GatewaySensorManager.idl.