Skip to content

Commit a1a8c06

Browse files
fix: reset_consumable command prefix
1 parent ac7e15a commit a1a8c06

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
@@ -168,7 +168,7 @@ class CommandInfo:
168168
RoborockCommand.FIND_ME: CommandInfo(prefix=b"\x00\x00\x00w"),
169169
RoborockCommand.RESUME_ZONED_CLEAN: CommandInfo(prefix=b"\x00\x00\x00w"),
170170
RoborockCommand.RESUME_SEGMENT_CLEAN: CommandInfo(prefix=b"\x00\x00\x00\x87"),
171-
RoborockCommand.RESET_CONSUMABLE: CommandInfo(prefix=b"\x00\x00\x00w"),
171+
RoborockCommand.RESET_CONSUMABLE: CommandInfo(prefix=b"\x00\x00\x00\x97"),
172172
RoborockCommand.LOAD_MULTI_MAP: CommandInfo(prefix=b"\x00\x00\x00w"),
173173
RoborockCommand.APP_RC_START: CommandInfo(prefix=b"\x00\x00\x00w"),
174174
RoborockCommand.APP_RC_END: CommandInfo(prefix=b"\x00\x00\x00w"),

0 commit comments

Comments
 (0)