2.40 configuration/system/power-management

GET

Get the current power management settings.

Responses
200GET successful
Response (application/json): object
MemberTypeDescription
powerMode
stringThe 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

PATCH

Change the power management settings.

Request body (application/json): object
MemberTypeDescription
powerMode
stringThe 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

Responses
200PATCH successful.