Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
peripheral device identification More...
Public Attributes | |
string | serial |
Serial number. More... | |
sensors::Sensor TypeSpec | type |
device's type spec More... | |
boolean | isActuator |
true if device is an actuator More... | |
int | channel |
Channel number. More... | |
peripheral device identification
Definition at line 17 of file PeripheralDeviceSlot.idl.
int peripheral::DeviceID::channel |
Channel number.
Definition at line 21 of file PeripheralDeviceSlot.idl.
boolean peripheral::DeviceID::isActuator |
true if device is an actuator
Definition at line 20 of file PeripheralDeviceSlot.idl.
string peripheral::DeviceID::serial |
Serial number.
Definition at line 18 of file PeripheralDeviceSlot.idl.
sensors::Sensor TypeSpec peripheral::DeviceID::type |
device's type spec
Definition at line 19 of file PeripheralDeviceSlot.idl.