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 e15c3be commit 9596ce3Copy full SHA for 9596ce3
roborock/devices/v1_rpc_channel.py
@@ -58,18 +58,8 @@ async def send_command(
58
"""Send a command and return a parsed response RoborockBase type."""
59
...
60
61
- async def send_command(
62
- self,
63
- method: CommandType,
64
- *,
65
- response_type: type[_T] | None = None,
66
- params: ParamsType = None,
67
- ) -> _T | Any:
68
- """Send a command and return either a decoded or parsed response."""
69
- ...
70
-
71
72
-class BaseV1RpcChannel:
+class BaseV1RpcChannel(V1RpcChannel):
73
"""Base implementation that provides the typed response logic."""
74
75
async def send_command(
0 commit comments