Skip to content

Commit af6f107

Browse files
authored
S8MaxVUltra is missing some code mappings (#214)
* fix: add missing smart mode for s8 maxv dock * fix: add missing modes for s8 maxv ultra * fix: add missing modes for s8 maxv ultra
1 parent eea45ca commit af6f107

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

roborock/code_mappings.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,10 @@ class RoborockFanSpeedP10(RoborockFanPowerCode):
248248

249249
class RoborockFanSpeedS8MaxVUltra(RoborockFanPowerCode):
250250
off = 105
251+
quiet = 101
251252
balanced = 102
253+
turbo = 103
254+
max = 104
252255
custom = 106
253256
max_plus = 108
254257
smart_mode = 110
@@ -324,6 +327,7 @@ class RoborockMopIntensityS8MaxVUltra(RoborockMopIntensityCode):
324327
low = 201
325328
medium = 202
326329
high = 203
330+
custom = 204
327331
max = 208
328332
smart_mode = 209
329333
custom_water_flow = 207
@@ -395,6 +399,7 @@ class RoborockDockWashTowelModeCode(RoborockEnum):
395399
light = 0
396400
balanced = 1
397401
deep = 2
402+
smart = 10
398403

399404

400405
class RoborockCategory(Enum):

0 commit comments

Comments
 (0)