This command gets/sets the fan level during the cleaning process. Fan level is also used to set the Mop mode of the Xiaomi Robot Vacuum 2.
Key | Value | Comment |
---|---|---|
method | get_custom_mode |
|
id | [Integer] | is returned in the response used to link the send message to the response. |
{'method': 'get_custom_mode', 'id': 17735}
Key | Example | Description |
---|---|---|
- |
40 | Fan level in % |
{ "result": [ 40 ], "id": 17735 }
Key | Value | Comment |
---|---|---|
method | set_custom_mode |
|
params | [40] |
Desired fan level |
id | [Integer] | is returned in the response used to link the send message to the response. |
To use mop mode, set the fan speed to 105 Regular modes modes
Mode | Level |
---|---|
Quiet | 38 |
Balanced | 60 |
Turbo | 75 |
Max | 100 |
Mob | 105 |
{'method': 'set_custom_mode', 'params': [40],'id': 17694}
Standard response to succeeded commands
{ "result": 0, "id": 17694 }