Skip to content

Speed

getSpeed

Command to get vacuum power level.

Request

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

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

  • speed: The current vacuum power level.

    Value Description
    1000 quiet
    0 standard
    1 max
    2 max+

Example response

{
  "speed": 1
}

setSpeed

Command to set the vacuum power level.

Request

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

  • Name: setSpeed
  • Payload arguments:

    • speed: The vacuum power level

      Value Description
      1000 quiet
      0 standard
      1 max
      2 max+

Example payload

{
  "speed": 1
}

Response

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