Skip to content

Commit f7473a9

Browse files
committed
chore: Fix MAX_PLUS enum value
1 parent b14e926 commit f7473a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/data/b01_q10/b01_q10_code_mappings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class YXFanLevel(RoborockModeEnum):
125125
BALANCED = "balanced", 2
126126
TURBO = "turbo", 3
127127
MAX = "max", 4
128-
MAX_PLUS = "max_plus", 5
128+
MAX_PLUS = "max_plus", 8
129129

130130

131131
class YXWaterLevel(RoborockModeEnum):

0 commit comments

Comments
 (0)