Auto empty¶
getAutoEmpty¶
Check if the auto empty mode for the Auto Empty Station is activated.
Request¶
Only the name and the payload arguments will be described. General information can be found under Command General.
- Name:
getAutoEmpty - 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
}
setAutoEmpty¶
Command to set the auto empty mode (permanently stored) or to manually empty dust bin.
Request¶
Only the name and the payload arguments will be described. General information can be found under Command General.
- Name:
setAutoEmpty -
Payload arguments:
enable:1to enable;0to disable emptying dustbin after a cleaning jobact:startfor manual emptying the dust bin
Example payload
{
"act": "start"
}
Warning
The arguments are exclusive, meaning you can only specify one at the time! Either enable or act
Response¶
No specific response expected, as this is a executing command. General information about responses can be found under rest.