The vacuum cleaner emits a sound (e.g. "Hey, here I am!") so you can find it.
Key | Value | Comment |
---|---|---|
method | "app_start" |
|
id | id |
Random integer which is returned in the response used to link request and response. |
{
"method": "app_start",
"id": 6340
}
Standard response to succeeded command.
{
"result": ["ok"],
"id": 6340
}
Key | Value | Comment |
---|---|---|
method | "app_stop" |
|
id | id |
Random integer which is returned in the response used to link request and response. |
{
"method": "app_stop",
"id": 12363
}
Standard response to succeeded command.
{
"result": ["ok"],
"id": 12363
}
Key | Value | Comment |
---|---|---|
method | "app_spot" |
|
id | id |
Random integer which is returned in the response used to link request and response. |
{
"method": "app_spot",
"id": 63362
}
Standard response to succeeded command.
{
"result": ["ok"],
"id": 63362
}
Key | Value | Comment |
---|---|---|
method | "app_pause" |
|
id | id |
Random integer which is returned in the response used to link request and response. |
{
"method": "app_pause",
"id": 633
}
Standard response to succeeded command.
{
"result": ["ok"],
"id": 633
}
Key | Value | Comment |
---|---|---|
method | "app_charge" |
|
id | id |
Random integer which is returned in the response used to link request and response. |
{
"method": "app_charge",
"id": 45334
}
Standard response to succeeded command.
{
"result": ["ok"],
"id": 45334
}