Skip to content

Commit 0b72f32

Browse files
authored
fix: Rename FUN_LEVEL to FAN_LEVEL in code mappings
1 parent 9993407 commit 0b72f32

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
@@ -96,7 +96,7 @@ class B01_Q10_DP(RoborockModeEnum):
9696
HEARTBEAT = ("dpHeartbeat", 110)
9797
STATUS = ("dpStatus", 121)
9898
BATTERY = ("dpBattery", 122)
99-
FUN_LEVEL = ("dpfunLevel", 123)
99+
FAN_LEVEL = ("dpfunLevel", 123)
100100
WATER_LEVEL = ("dpWaterLevel", 124)
101101
MAIN_BRUSH_LIFE = ("dpMainBrushLife", 125)
102102
SIDE_BRUSH_LIFE = ("dpSideBrushLife", 126)

0 commit comments

Comments
 (0)