Skip to content

Commit 6edbe48

Browse files
committed
chore: Revert encode_mqtt_payload typing change
1 parent 384e249 commit 6edbe48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/protocols/a01_protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222

2323
def encode_mqtt_payload(
24-
data: dict[RoborockDyadDataProtocol, Any] | dict[RoborockZeoProtocol, Any],
24+
data: dict[RoborockDyadDataProtocol | RoborockZeoProtocol, Any],
2525
) -> RoborockMessage:
2626
"""Encode payload for A01 commands over MQTT."""
2727
dps_data = {"dps": data}

0 commit comments

Comments
 (0)