Home > Develop > IP Control > REST API > API List
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.
|
- JSON Example
-
{ "result": [{"mode": "high"}], "id": 51 }
- Error Code
- No additional error codes are defined. Refer to error code for common errors.
Last modified: 26 Jul 2024