Skip to content

Commit 83d010a

Browse files
authored
fix: q revo curv mappings (#332)
1 parent 7631992 commit 83d010a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

roborock/code_mappings.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,9 @@ class RoborockFanSpeedQRevoCurv(RoborockFanPowerCode):
259259
balanced = 102
260260
turbo = 103
261261
max = 104
262-
max_plus = 105
262+
off = 105
263+
custom = 106
264+
max_plus = 108
263265
smart_mode = 110
264266

265267

@@ -291,6 +293,7 @@ class RoborockMopModeCode(RoborockEnum):
291293
class RoborockMopModeQRevoCurv(RoborockMopModeCode):
292294
standard = 300
293295
deep = 301
296+
custom = 302
294297
deep_plus = 303
295298
fast = 304
296299
smart_mode = 306
@@ -373,6 +376,7 @@ class RoborockMopIntensityQRevoCurv(RoborockMopIntensityCode):
373376
low = 201
374377
medium = 202
375378
high = 203
379+
custom = 204
376380
custom_water_flow = 207
377381
smart_mode = 209
378382

0 commit comments

Comments
 (0)