File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -244,12 +244,14 @@ class RoborockFanSpeedQ7Max(RoborockFanPowerCode):
244
244
245
245
246
246
class RoborockFanSpeedQRevoMaster (RoborockFanPowerCode ):
247
+ off = 105
247
248
quiet = 101
248
249
balanced = 102
249
250
turbo = 103
250
251
max = 104
251
- max_plus = 105
252
- custom = 110 # Smartplan
252
+ custom = 106
253
+ max_plus = 108
254
+ smart_mode = 110
253
255
254
256
255
257
class RoborockFanSpeedP10 (RoborockFanPowerCode ):
@@ -335,8 +337,9 @@ class RoborockMopIntensityQRevoMaster(RoborockMopIntensityCode):
335
337
low = 201
336
338
medium = 202
337
339
high = 203
340
+ custom = 204
338
341
custom_water_flow = 207
339
- custom = 209 # SmartPlan
342
+ smart_mode = 209
340
343
341
344
342
345
class RoborockMopIntensityP10 (RoborockMopIntensityCode ):
@@ -417,6 +420,7 @@ class RoborockDockTypeCode(RoborockEnum):
417
420
p10_dock = 8
418
421
p10_pro_dock = 9
419
422
s8_maxv_ultra_dock = 10
423
+ qrevo_master_dock = 14
420
424
qrevo_s_dock = 15
421
425
422
426
You can’t perform that action at this time.
0 commit comments