Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Peripheral device type info. More...
Public Attributes | |
sensors::Sensor TypeSpec | type |
Device (sensor) type. More... | |
boolean | isActuator |
Is actuator or not. More... | |
string | identifier |
Device type identifier. More... | |
string | name |
Device type display name. More... | |
sensors::NumericSensor Range | defaultRange |
Default sensor range (numeric sensors only) More... | |
int | defaultDecDigits |
Default sensor precision (numeric sensors only) More... | |
Peripheral device type info.
Definition at line 51 of file PeripheralDeviceManager.idl.
int peripheral::DeviceManager::DeviceTypeInfo::defaultDecDigits |
Default sensor precision (numeric sensors only)
Definition at line 57 of file PeripheralDeviceManager.idl.
sensors::NumericSensor Range peripheral::DeviceManager::DeviceTypeInfo::defaultRange |
Default sensor range (numeric sensors only)
Definition at line 56 of file PeripheralDeviceManager.idl.
string peripheral::DeviceManager::DeviceTypeInfo::identifier |
Device type identifier.
Definition at line 54 of file PeripheralDeviceManager.idl.
boolean peripheral::DeviceManager::DeviceTypeInfo::isActuator |
Is actuator or not.
Definition at line 53 of file PeripheralDeviceManager.idl.
string peripheral::DeviceManager::DeviceTypeInfo::name |
Device type display name.
Definition at line 55 of file PeripheralDeviceManager.idl.
sensors::Sensor TypeSpec peripheral::DeviceManager::DeviceTypeInfo::type |
Device (sensor) type.
Definition at line 52 of file PeripheralDeviceManager.idl.