Basic Operations

January 15, 2020 ยท View on GitHub

The vacuum cleaner emits a sound (e.g. "Hey, here I am!") so you can find it.

Start Cleaning

Command

KeyValueComment
method"app_start"
ididRandom integer which is returned in the response used to link request and response.

Example

{
    "method": "app_start",
    "id": 6340
}

Response

Standard response to succeeded command.

Example

{
    "result": ["ok"],
    "id": 6340
}

Stop Cleaning

Command

KeyValueComment
method"app_stop"
ididRandom integer which is returned in the response used to link request and response.

Example

{
    "method": "app_stop",
    "id": 12363
}

Response

Standard response to succeeded command.

Example

{
    "result": ["ok"],
    "id": 12363
}

Start Spot Cleaning

Command

KeyValueComment
method"app_spot"
ididRandom integer which is returned in the response used to link request and response.

Example

{
    "method": "app_spot",
    "id": 63362
}

Response

Standard response to succeeded command.

Example

{
    "result": ["ok"],
    "id": 63362
}

Pause Cleaning

Command

KeyValueComment
method"app_pause"
ididRandom integer which is returned in the response used to link request and response.

Example

{
    "method": "app_pause",
    "id": 633
}

Response

Standard response to succeeded command.

Example

{
    "result": ["ok"],
    "id": 633
}

Start Charging

Command

KeyValueComment
method"app_charge"
ididRandom integer which is returned in the response used to link request and response.

Example

{
    "method": "app_charge",
    "id": 45334
}

Response

Standard response to succeeded command.

Example

{
    "result": ["ok"],
    "id": 45334
}