Sleep mode¶
getSleep¶
Check if the sleep mode is activated.
Request¶
Only the name and the payload arguments will be described. General information can be found under Command General.
- Name:
getSleep - Payload arguments: None
Response¶
Only the data object will be described here.
To get information about the whole response, please refer to
Command General.
The data object contains the following arguments:
enable:1if enabled otherwise0
Example response
{
"enable": 1
}