| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
peripheral device identification More...
import <PeripheralDeviceSlot.idl;
| Public Attributes | |
| string | serial | 
| Serial number. | |
| sensors::Sensor TypeSpec | type | 
| device's type spec | |
| boolean | isActuator | 
| true if device is an actuator | |
| int | channel | 
| Channel number. | |
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.