File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -64,20 +64,11 @@ class RpcStrategy:
6464 in how messages are encoded/decoded and which channel is used.
6565 """
6666
67- name : str
68- """Name of the strategy for logging purposes."""
69-
67+ name : str # For debug logging
7068 channel : LocalChannel | MqttChannel
71- """Channel to use for communication."""
72-
7369 encoder : Callable [[RequestMessage ], RoborockMessage ]
74- """Function to encode request messages for the channel."""
75-
7670 decoder : Callable [[RoborockMessage ], ResponseMessage | MapResponse | None ]
77- """Function to decode response messages from the channel."""
78-
7971 health_manager : HealthManager | None = None
80- """Optional health manager for monitoring the channel."""
8172
8273
8374class RpcChannel (V1RpcChannel ):
You can’t perform that action at this time.
0 commit comments