Skip to content

Commit

Permalink
S8MaxVUltra is missing some code mappings (#214)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
user-08-151 authored Jun 6, 2024
1 parent eea45ca commit af6f107
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roborock/code_mappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,10 @@ class RoborockFanSpeedP10(RoborockFanPowerCode):

class RoborockFanSpeedS8MaxVUltra(RoborockFanPowerCode):
off = 105
quiet = 101
balanced = 102
turbo = 103
max = 104
custom = 106
max_plus = 108
smart_mode = 110
Expand Down Expand Up @@ -324,6 +327,7 @@ class RoborockMopIntensityS8MaxVUltra(RoborockMopIntensityCode):
low = 201
medium = 202
high = 203
custom = 204
max = 208
smart_mode = 209
custom_water_flow = 207
Expand Down Expand Up @@ -395,6 +399,7 @@ class RoborockDockWashTowelModeCode(RoborockEnum):
light = 0
balanced = 1
deep = 2
smart = 10


class RoborockCategory(Enum):
Expand Down

0 comments on commit af6f107

Please sign in to comment.