Home > Develop > IP Control > REST API > API List
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
|
- 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: 26 Jul 2024