Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
peripheral device position based address More...
Public Attributes | |
vector< PosElement > | position |
Position within 1-wire topo. 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 position based address
Definition at line 25 of file PeripheralDeviceSlot.idl.
int peripheral::Address::channel |
Channel number.
Definition at line 29 of file PeripheralDeviceSlot.idl.
boolean peripheral::Address::isActuator |
true if device is an actuator
Definition at line 28 of file PeripheralDeviceSlot.idl.
vector<PosElement> peripheral::Address::position |
Position within 1-wire topo.
Definition at line 26 of file PeripheralDeviceSlot.idl.
sensors::Sensor TypeSpec peripheral::Address::type |
device's type spec
Definition at line 27 of file PeripheralDeviceSlot.idl.