Skip to content

Clean count

getCleanCount

Get the permanently stored setting for number of cleaning cycles for auto clean.

Request

Only the name and the payload arguments will be described. General information can be found under Command General.

  • Name: getCleanCount
  • 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:

  • count: the number of cleanings

Example response

{
  "count": 2
}

setCleanCount

Command to set the number of cleaning cycles for auto clean (permanently stored).

Request

Only the name and the payload arguments will be described. General information can be found under Command General.

  • Name: setCleanCount
  • Payload arguments:

    • count: the number of cleanings

Example payload

{
  "count": 2
}

Response

No specific response expected, as this is a executing command. General information about responses can be found under rest.