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 440b0e2 commit ba06e49Copy full SHA for ba06e49
roborock/protocols/a01_protocol.py
@@ -21,7 +21,9 @@
21
22
23
def encode_mqtt_payload(
24
- data: dict[RoborockDyadDataProtocol | RoborockZeoProtocol, Any],
+ data: dict[RoborockDyadDataProtocol, Any]
25
+ | dict[RoborockZeoProtocol, Any]
26
+ | dict[RoborockDyadDataProtocol | RoborockZeoProtocol, Any],
27
) -> RoborockMessage:
28
"""Encode payload for A01 commands over MQTT."""
29
dps_data = {"dps": data}
0 commit comments