|
Legrand / Raritan Xerus™ JSON-RPC API for Remote Access Devices like KX4-101, KX3G2
|
DSAM firmware update history entry. More...
import "DsamDeviceManager.idl";
Public Attributes | |
| int | port |
| Index of port the DSAM was connected to. | |
| string | serialno |
| DSAM serial number. | |
| time | timestamp |
| Timestamp when the update was started. | |
| string | oldVersion |
| Previous firmware version. | |
| string | imageVersion |
| Firmware version of update image. | |
| UpdateHistoryStatus | status |
| Update status. | |
DSAM firmware update history entry.
Definition at line 24 of file DsamDeviceManager.idl.
| string radm::DsamDeviceManager::UpdateHistoryEntry::imageVersion |
Firmware version of update image.
Definition at line 29 of file DsamDeviceManager.idl.
| string radm::DsamDeviceManager::UpdateHistoryEntry::oldVersion |
Previous firmware version.
Definition at line 28 of file DsamDeviceManager.idl.
| int radm::DsamDeviceManager::UpdateHistoryEntry::port |
Index of port the DSAM was connected to.
Definition at line 25 of file DsamDeviceManager.idl.
| string radm::DsamDeviceManager::UpdateHistoryEntry::serialno |
DSAM serial number.
Definition at line 26 of file DsamDeviceManager.idl.
| UpdateHistoryStatus radm::DsamDeviceManager::UpdateHistoryEntry::status |
Update status.
Definition at line 30 of file DsamDeviceManager.idl.
| time radm::DsamDeviceManager::UpdateHistoryEntry::timestamp |
Timestamp when the update was started.
Definition at line 27 of file DsamDeviceManager.idl.