GET
Get the current power management settings.
| Responses | |
| 200 | GET successful |
| Response (application/json): object | ||
| Member | Type | Description |
powerMode | string | The energy mode of the Base Unit, which defines the standby type. |
standbyTimeout | string | The period of inactivity in minutes after which the display output is disabled (standby mode). If this parameter is set to 'Infinite', the output is never disabled automatically. The supported values are in the supportedStandbyTimeouts field. Example: 30 |
status | string | The current system state of the Base Unit. read-only |
supportedPowerModes | array | Example: ['EcoStandby', 'NetworkedStandby', 'DeepStandby'] read-only |
supportedStandbyTimeouts | array | Example: ['Infinite', '1', '5', '10', '15', '30', '45', '60'] read-only |
supportedStatuses | array | Example: ['On', 'Standby'] read-only |