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 28
28
RoborockInCleaning ,
29
29
RoborockMopIntensityCode ,
30
30
RoborockMopIntensityP10 ,
31
+ RoborockMopIntensityQ7Max ,
31
32
RoborockMopIntensityS5Max ,
32
33
RoborockMopIntensityS6MaxV ,
33
34
RoborockMopIntensityS7 ,
34
35
RoborockMopIntensityS8MaxVUltra ,
35
- RoborockMopIntensityV2 ,
36
36
RoborockMopModeCode ,
37
37
RoborockMopModeS7 ,
38
38
RoborockMopModeS8MaxVUltra ,
@@ -567,7 +567,7 @@ class S5MaxStatus(Status):
567
567
@dataclass
568
568
class Q7MaxStatus (Status ):
569
569
fan_power : RoborockFanSpeedQ7Max | None = None
570
- water_box_mode : RoborockMopIntensityV2 | None = None
570
+ water_box_mode : RoborockMopIntensityQ7Max | None = None
571
571
572
572
573
573
@dataclass
You can’t perform that action at this time.
0 commit comments