Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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