We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ce5c7 commit 3dff10cCopy full SHA for 3dff10c
roborock/devices/b01_channel.py
@@ -21,7 +21,7 @@ async def send_decoded_command(
21
dps: int,
22
command: CommandType,
23
params: ParamsType,
24
-) -> dict:
+) -> dict[int, Any]:
25
"""Send a command on the MQTT channel and get a decoded response."""
26
_LOGGER.debug("Sending MQTT command: %s", params)
27
roborock_message = encode_mqtt_payload(dps, command, params)
0 commit comments