We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7631992 commit 83d010aCopy full SHA for 83d010a
roborock/code_mappings.py
@@ -259,7 +259,9 @@ class RoborockFanSpeedQRevoCurv(RoborockFanPowerCode):
259
balanced = 102
260
turbo = 103
261
max = 104
262
- max_plus = 105
+ off = 105
263
+ custom = 106
264
+ max_plus = 108
265
smart_mode = 110
266
267
@@ -291,6 +293,7 @@ class RoborockMopModeCode(RoborockEnum):
291
293
class RoborockMopModeQRevoCurv(RoborockMopModeCode):
292
294
standard = 300
295
deep = 301
296
+ custom = 302
297
deep_plus = 303
298
fast = 304
299
smart_mode = 306
@@ -373,6 +376,7 @@ class RoborockMopIntensityQRevoCurv(RoborockMopIntensityCode):
373
376
low = 201
374
377
medium = 202
375
378
high = 203
379
+ custom = 204
380
custom_water_flow = 207
381
smart_mode = 209
382
0 commit comments