Skip to content

Commit d187eb4

Browse files
committed
fix: changed prefix for set_custom_mode
1 parent f0ac4f7 commit d187eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class CommandInfo:
115115
CommandInfoMap: dict[RoborockCommand, CommandInfo] = {
116116
RoborockCommand.GET_PROP: CommandInfo(prefix=b'\x00\x00\x00\x87'),
117117
RoborockCommand.GET_STATUS: CommandInfo(prefix=b'\x00\x00\x00\x77'),
118-
RoborockCommand.SET_CUSTOM_MODE: CommandInfo(prefix=b'\x00\x00\x00\x87'),
118+
RoborockCommand.SET_CUSTOM_MODE: CommandInfo(prefix=b'\x00\x00\x00w'),
119119
RoborockCommand.GET_CHILD_LOCK_STATUS: CommandInfo(prefix=b'\x00\x00\x00\x87'),
120120
RoborockCommand.GET_MULTI_MAPS_LIST: CommandInfo(prefix=b'\x00\x00\x00\x87'),
121121
RoborockCommand.GET_IDENTIFY_FURNITURE_STATUS: CommandInfo(prefix=b'\x00\x00\x00\x87'),

0 commit comments

Comments
 (0)