Skip to content

Commit 3dff10c

Browse files
authored
Update roborock/devices/b01_channel.py
1 parent a1ce5c7 commit 3dff10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/devices/b01_channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async def send_decoded_command(
2121
dps: int,
2222
command: CommandType,
2323
params: ParamsType,
24-
) -> dict:
24+
) -> dict[int, Any]:
2525
"""Send a command on the MQTT channel and get a decoded response."""
2626
_LOGGER.debug("Sending MQTT command: %s", params)
2727
roborock_message = encode_mqtt_payload(dps, command, params)

0 commit comments

Comments
 (0)