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 eea45ca commit af6f107Copy full SHA for af6f107
roborock/code_mappings.py
@@ -248,7 +248,10 @@ class RoborockFanSpeedP10(RoborockFanPowerCode):
248
249
class RoborockFanSpeedS8MaxVUltra(RoborockFanPowerCode):
250
off = 105
251
+ quiet = 101
252
balanced = 102
253
+ turbo = 103
254
+ max = 104
255
custom = 106
256
max_plus = 108
257
smart_mode = 110
@@ -324,6 +327,7 @@ class RoborockMopIntensityS8MaxVUltra(RoborockMopIntensityCode):
324
327
low = 201
325
328
medium = 202
326
329
high = 203
330
+ custom = 204
331
max = 208
332
smart_mode = 209
333
custom_water_flow = 207
@@ -395,6 +399,7 @@ class RoborockDockWashTowelModeCode(RoborockEnum):
395
399
light = 0
396
400
balanced = 1
397
401
deep = 2
402
+ smart = 10
398
403
404
405
class RoborockCategory(Enum):
0 commit comments