Skip to content

Commit

Permalink
fix: update mop intensity, fan speed, and dock mappings for QRevo Master
Browse files Browse the repository at this point in the history
  • Loading branch information
rccoleman committed Dec 20, 2024
1 parent 78069c4 commit 19abaa9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions roborock/code_mappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,14 @@ class RoborockFanSpeedQ7Max(RoborockFanPowerCode):


class RoborockFanSpeedQRevoMaster(RoborockFanPowerCode):
off = 105
quiet = 101
balanced = 102
turbo = 103
max = 104
max_plus = 105
custom = 110 # Smartplan
custom = 106
max_plus = 108
smart_mode = 110


class RoborockFanSpeedP10(RoborockFanPowerCode):
Expand Down Expand Up @@ -335,8 +337,9 @@ class RoborockMopIntensityQRevoMaster(RoborockMopIntensityCode):
low = 201
medium = 202
high = 203
custom = 204
custom_water_flow = 207
custom = 209 # SmartPlan
smart_mode = 209


class RoborockMopIntensityP10(RoborockMopIntensityCode):
Expand Down Expand Up @@ -417,6 +420,7 @@ class RoborockDockTypeCode(RoborockEnum):
p10_dock = 8
p10_pro_dock = 9
s8_maxv_ultra_dock = 10
qrevo_master_dock = 14
qrevo_s_dock = 15


Expand Down

0 comments on commit 19abaa9

Please sign in to comment.