setWolMode (v1.0)

Estimated reading time: 1 minute

This API is for changing the WoL (Wake-on-LAN) mode settings of the device. The mode indicates whether the device receives the WoL packet to power on.

Syntax

http://<Base URL>/system

Authentication Level

generic

Request

params' Elements
An object composed of the following pair(s).
name type multiplicity default description
enabled boolean 1 Information on the WoL mode setting
  • true - enabled
  • false - disabled
JSON Example
{
    "method": "setWolMode",
    "id": 55,
    "params": [{"enabled": false}],
    "version": "1.0"
}

Response

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