File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
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 ):
@@ -344,8 +346,9 @@ class RoborockMopIntensityQRevoMaster(RoborockMopIntensityCode):
344
346
low = 201
345
347
medium = 202
346
348
high = 203
349
+ custom = 204
347
350
custom_water_flow = 207
348
- custom = 209 # SmartPlan
351
+ smart_mode = 209
349
352
350
353
351
354
class RoborockMopIntensityP10 (RoborockMopIntensityCode ):
@@ -426,6 +429,7 @@ class RoborockDockTypeCode(RoborockEnum):
426
429
p10_dock = 8
427
430
p10_pro_dock = 9
428
431
s8_maxv_ultra_dock = 10
432
+ qrevo_master_dock = 14
429
433
qrevo_s_dock = 15
430
434
431
435
Original file line number Diff line number Diff line change 36
36
RoborockMopIntensityS7 ,
37
37
RoborockMopIntensityS8MaxVUltra ,
38
38
RoborockMopModeCode ,
39
+ RoborockMopModeQRevoMaster ,
39
40
RoborockMopModeS7 ,
40
41
RoborockMopModeS8MaxVUltra ,
41
42
RoborockMopModeS8ProUltra ,
42
- RoborockMopModeQRevoMaster ,
43
43
RoborockStartType ,
44
44
RoborockStateCode ,
45
45
)
You can’t perform that action at this time.
0 commit comments