File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -288,6 +288,7 @@ class RoborockMopModeS8ProUltra(RoborockMopModeCode):
288
288
class RoborockMopModeS8MaxVUltra (RoborockMopModeCode ):
289
289
standard = 300
290
290
deep = 301
291
+ custom = 302
291
292
deep_plus = 303
292
293
fast = 304
293
294
deep_plus_pearl = 305
@@ -362,6 +363,16 @@ class RoborockMopIntensityS6MaxV(RoborockMopIntensityCode):
362
363
custom_water_flow = 207
363
364
364
365
366
+ class RoborockMopIntensityQ7Max (RoborockMopIntensityCode ):
367
+ """Describes the mop intensity of the vacuum cleaner."""
368
+
369
+ off = 200
370
+ low = 201
371
+ medium = 202
372
+ high = 203
373
+ custom_water_flow = 207
374
+
375
+
365
376
class RoborockDockErrorCode (RoborockEnum ):
366
377
"""Describes the error code of the dock."""
367
378
Original file line number Diff line number Diff line change 30
30
RoborockInCleaning ,
31
31
RoborockMopIntensityCode ,
32
32
RoborockMopIntensityP10 ,
33
+ RoborockMopIntensityQ7Max ,
33
34
RoborockMopIntensityS5Max ,
34
35
RoborockMopIntensityS6MaxV ,
35
36
RoborockMopIntensityS7 ,
36
37
RoborockMopIntensityS8MaxVUltra ,
37
- RoborockMopIntensityV2 ,
38
38
RoborockMopModeCode ,
39
39
RoborockMopModeS7 ,
40
40
RoborockMopModeS8MaxVUltra ,
@@ -512,7 +512,7 @@ class S5MaxStatus(Status):
512
512
@dataclass
513
513
class Q7MaxStatus (Status ):
514
514
fan_power : RoborockFanSpeedQ7Max | None = None
515
- water_box_mode : RoborockMopIntensityV2 | None = None
515
+ water_box_mode : RoborockMopIntensityQ7Max | None = None
516
516
517
517
518
518
@dataclass
You can’t perform that action at this time.
0 commit comments