File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def __init__(
38
38
) -> None :
39
39
"""Initialize the RoborockDevice.
40
40
41
- The device takes ownership of the V1 channel for communication with the device.
41
+ The device takes ownership of the channel for communication with the device.
42
42
Use `connect()` to establish the connection, which will set up the appropriate
43
43
protocol channel. Use `close()` to clean up all connections.
44
44
"""
Original file line number Diff line number Diff line change @@ -30,12 +30,7 @@ class StatusTrait(Trait):
30
30
name = "status"
31
31
32
32
def __init__ (self , product_info : HomeDataProduct , rpc_channel : V1RpcChannel ) -> None :
33
- """Initialize the RoborockDevice.
34
-
35
- The device takes ownership of the V1 channel for communication with the device.
36
- Use `connect()` to establish the connection, which will set up the appropriate
37
- protocol channel. Use `close()` to clean up all connections.
38
- """
33
+ """Initialize the StatusTrait."""
39
34
self ._product_info = product_info
40
35
self ._rpc_channel = rpc_channel
41
36
You can’t perform that action at this time.
0 commit comments