setPowerSavingMode (v1.0)

Estimated reading time: 1 minute

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

Syntax

http://<Base URL>/system

Authentication Level

generic

Request

params' 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
{
    "method": "setPowerSavingMode",
    "id": 52,
    "params": [{"mode": "pictureOff"}],
    "version": "1.0"
}

Response

result's Elements
Not necessary.
JSON Example
{
    "result": [],
    "id": 52
}
Error Code
No additional error codes are defined. Refer to error code for common errors.
Last modified: 6 Feb 2019