Skip to content

Commit 107d3de

Browse files
Lash-LCopilot
andauthored
chore: update roborock/devices/traits/b01/q7/__init__.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fcef014 commit 107d3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/devices/traits/b01/q7/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def __init__(self, channel: MqttChannel) -> None:
2020
self._channel = channel
2121

2222
async def query_values(self, props: list[RoborockB01Props]) -> None:
23-
"""Query the device for the values of the given Q7 protocols."""
23+
"""Query the device for the values of the given Q7 properties."""
2424
await send_decoded_command(
2525
self._channel, dps=10000, command=RoborockB01Q7Methods.GET_PROP, params={"property": props}
2626
)

0 commit comments

Comments
 (0)