Starts, stops and resumes the segment cleaning (= room cleaning).
Key | Value | Comment |
---|---|---|
method | "app_segment_clean" |
|
params | [array of segments] |
List of segments (rooms) to clean, to get segments the command get_room_mapping can be used. |
id | id |
Random integer which is returned in the response used to link request and response. |
{
"method": "app_segment_clean",
"params": [16, 17, 18],
"id": 6764
}
Standard response to succeeded command.
{
"result": ["ok"],
"id": 3453
}
Key | Value | Comment |
---|---|---|
method | "stop_segment_clean" |
|
id | id |
Random integer which is returned in the response used to link request and response. |
{
"method": "stop_segment_clean",
"id": 3453
}
Standard response to succeeded command.
{
"result": ["ok"],
"id": 3453
}
Key | Value | Comment |
---|---|---|
method | "resume_segment_clean" |
|
id | id |
Random integer which is returned in the response used to link request and response. |
{
"method": "resume_segment_clean",
"id": 342
}
Standard response to succeeded command.
{
"result": ["ok"],
"id": 342
}