@@ -167,7 +167,7 @@ class CommandInfo:
167167 RoborockCommand .APP_SPOT : CommandInfo (prefix = b'\x00 \x00 \x00 w' ),
168168 RoborockCommand .FIND_ME : CommandInfo (prefix = b'\x00 \x00 \x00 w' ),
169169 RoborockCommand .RESUME_ZONED_CLEAN : CommandInfo (prefix = b'\x00 \x00 \x00 w' ),
170- RoborockCommand .RESUME_SEGMENT_CLEAN : CommandInfo (prefix = b'\x00 \x00 \x00 w ' ),
170+ RoborockCommand .RESUME_SEGMENT_CLEAN : CommandInfo (prefix = b'\x00 \x00 \x00 \x87 ' ),
171171 RoborockCommand .RESET_CONSUMABLE : CommandInfo (prefix = b'\x00 \x00 \x00 w' ),
172172 RoborockCommand .LOAD_MULTI_MAP : CommandInfo (prefix = b'\x00 \x00 \x00 w' ),
173173 RoborockCommand .APP_RC_START : CommandInfo (prefix = b'\x00 \x00 \x00 w' ),
@@ -184,6 +184,9 @@ class CommandInfo:
184184 RoborockCommand .TEST_SOUND_VOLUME : CommandInfo (prefix = b'\x00 \x00 \x00 w' ),
185185 RoborockCommand .UPD_SERVER_TIMER : CommandInfo (prefix = b'\x00 \x00 \x00 w' ),
186186 RoborockCommand .SET_APP_TIMEZONE : CommandInfo (prefix = b'\x00 \x00 \x97 ' ),
187+ RoborockCommand .CHANGE_SOUND_VOLUME : CommandInfo (prefix = b'\x00 \x00 \x00 \x87 ' ),
188+ RoborockCommand .GET_SOUND_PROGRESS : CommandInfo (prefix = b'\x00 \x00 \x00 w' ),
189+ RoborockCommand .SET_SERVER_TIMER : CommandInfo (prefix = b'\x00 \x00 \x00 \xc7 ' ),
187190 # TODO discover prefix for following commands
188191 # RoborockCommand.APP_GET_DRYER_SETTING: CommandInfo(prefix=b'\x00\x00\x00w'),
189192 # RoborockCommand.APP_SET_DRYER_SETTING: CommandInfo(prefix=b'\x00\x00\x00w'),
@@ -194,9 +197,6 @@ class CommandInfo:
194197 # RoborockCommand.GET_WASH_TOWEL_MODE: CommandInfo(prefix=b'\x00\x00\x00w'),
195198 # RoborockCommand.SET_WASH_TOWEL_MODE: CommandInfo(prefix=b'\x00\x00\x00w'),
196199 # RoborockCommand.START_WASH_THEN_CHARGE: CommandInfo(prefix=b'\x00\x00\x00w'),
197- # RoborockCommand.GET_SOUND_PROGRESS: CommandInfo(prefix=b'\x00\x00\x00w'),
198- # RoborockCommand.CHANGE_SOUND_VOLUME: CommandInfo(prefix=b'\x00\x00\x00w'),
199- # RoborockCommand.SET_SERVER_TIMER: CommandInfo(prefix=b'\x00\x00\x00w'),
200200}
201201
202202
0 commit comments