getSleepMode
Less than 1 minute
getSleepMode
Description: retrieve information about whether sleep mode is enabled.
Request example:
{
"method" : "getSleepMode",
"requestId" : "1"
}Response example:
{
"method" : "getSleepMode",
"enabled" : false,
"requestId" : "1",
"result" : true
}Parameter description:
enabled- a flag indicating whether sleep mode is enabled or disabledrequestId- a unique request identifier. You can find more details about it here.
See also: