|
Legrand / Raritan Xerus™ JSON-RPC API for Remote Access Devices like KX4-101, KX3G2
|
Public Attributes | |
| string | serialNumber |
| Device serial number. | |
| string | product |
| Device product family. | |
| string | model |
| Device model. | |
| string | fwVersion |
| Device firmware version (if applicable) | |
| string | hwVersion |
| Device hardware version (if applicable) | |
| string | macAddress |
| Device MAC address (if applicable) | |
| string | privilegeArg |
| Privilege argument for this device in case a privilege is required to access it. | |
| string | uid |
| Unique identifier for this device. | |
| int | idx |
| Index of the device in its respective list. | |
Definition at line 17 of file Device.idl.
| string radm::Device::Metadata::fwVersion |
Device firmware version (if applicable)
Definition at line 21 of file Device.idl.
| string radm::Device::Metadata::hwVersion |
Device hardware version (if applicable)
Definition at line 22 of file Device.idl.
| int radm::Device::Metadata::idx |
Index of the device in its respective list.
Definition at line 26 of file Device.idl.
| string radm::Device::Metadata::macAddress |
Device MAC address (if applicable)
Definition at line 23 of file Device.idl.
| string radm::Device::Metadata::model |
Device model.
Definition at line 20 of file Device.idl.
| string radm::Device::Metadata::privilegeArg |
Privilege argument for this device in case a privilege is required to access it.
Definition at line 24 of file Device.idl.
| string radm::Device::Metadata::product |
Device product family.
Definition at line 19 of file Device.idl.
| string radm::Device::Metadata::serialNumber |
Device serial number.
Definition at line 18 of file Device.idl.
| string radm::Device::Metadata::uid |
Unique identifier for this device.
Definition at line 25 of file Device.idl.