getPowerSavingMode (v1.0)

Estimated reading time: 1 minute

This API provides the setting of the power saving mode to adjust the device's power consumption.

Syntax

http://<Base URL>/system

Authentication Level

none

Request

params' Elements
Not necessary.
JSON Example
{
    "method": "getPowerSavingMode",
    "id": 51,
    "params": [],
    "version": "1.0"
}

Response

result's Elements
An object composed of the following pair(s).
name type multiplicity default description
mode string 1 Current power saving mode. The following values are defined.
  • "off" - Power saving mode is disabled.
  • "low" - Power saving mode is enabled at a low level.
  • "high" - Power saving mode is enabled at a high level.
  • "pictureOff" - Power saving mode is enabled with the panel output off.
JSON Example
{
    "result": [{"mode": "high"}],
    "id": 51
}
Error Code
No additional error codes are defined. Refer to error code for common errors.
Last modified: 6 Feb 2019