| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
user configurable slot attributes More...
import <PeripheralDeviceSlot.idl;
| Public Attributes | |
| string | name | 
| User-defined name. | |
| string | description | 
| User-defined description. | |
| Location | location | 
| user-defined device location | |
| boolean | useDefaultThresholds | 
| use default thresholds | |
| map< string, string > | properties | 
| sensor specific settings | |
user configurable slot attributes
Definition at line 62 of file PeripheralDeviceSlot.idl.
| string peripheral::DeviceSlot::Settings::description | 
User-defined description.
Definition at line 64 of file PeripheralDeviceSlot.idl.
| Location peripheral::DeviceSlot::Settings::location | 
user-defined device location
Definition at line 65 of file PeripheralDeviceSlot.idl.
| string peripheral::DeviceSlot::Settings::name | 
User-defined name.
Definition at line 63 of file PeripheralDeviceSlot.idl.
| map<string, string> peripheral::DeviceSlot::Settings::properties | 
sensor specific settings
Definition at line 67 of file PeripheralDeviceSlot.idl.
| boolean peripheral::DeviceSlot::Settings::useDefaultThresholds | 
use default thresholds
Definition at line 66 of file PeripheralDeviceSlot.idl.