Carpet pressure¶
getCarpertPressure¶
Check if automatically increase fan speed to maximum if carpet is detected, is activated.
Request¶
Only the name and the payload arguments will be described. General information can be found under Command General.
- Name:
getCarpertPressure - Payload arguments: None
Warning
The typo in the command is intended as ecovacs as done it, when specifying this command.
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
}
setCarpertPressure¶
Command to enable/disabled to automatically increase fan speed to maximum if carpet is detected.
Request¶
Only the name and the payload arguments will be described. General information can be found under Command General.
- Name:
setCarpertPressure -
Payload arguments:
enable:1to enable;0to disable
Example payload
{
"enable": 1
}
Warning
The typo in the command is intended as ecovacs as done it, when specifying this command.
Response¶
No specific response expected, as this is a executing command. General information about responses can be found under rest.