Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Public Attributes | |
float | scalingFactor |
multiply with when interpreting as numeric value More... | |
float | offset |
add value after applying scalingFactor More... | |
Public Attributes inherited from peripheral::GatewaySensorManager::ValueEncoding | |
string | encodingId |
encoding type id More... | |
EncodingType | type |
value coding type More... | |
boolean | invertState |
invert when interpreting as state More... | |
vector< InterpretationRule > | interpretationRules |
error/value interpretation rules More... | |
int | minAccessInterval |
minimum time interval between two read accesses in seconds More... | |
Definition at line 501 of file GatewaySensorManager.idl.
float peripheral::GatewaySensorManager::NumericValueEncoding::offset |
add value after applying scalingFactor
Definition at line 503 of file GatewaySensorManager.idl.
float peripheral::GatewaySensorManager::NumericValueEncoding::scalingFactor |
multiply with when interpreting as numeric value
Definition at line 502 of file GatewaySensorManager.idl.