File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
roborock/devices/traits/b01/q7 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010 SCWindMapping ,
1111 WaterLevelMapping ,
1212)
13- from roborock .devices .b01_channel import send_decoded_command
13+ from roborock .devices .b01_channel import CommandType , ParamsType , send_decoded_command
1414from roborock .devices .mqtt_channel import MqttChannel
1515from roborock .devices .traits import Trait
1616from roborock .roborock_message import RoborockB01Props
@@ -100,7 +100,7 @@ async def find_me(self) -> None:
100100 params = {},
101101 )
102102
103- async def send (self , command : RoborockB01Q7Methods , params : dict ) -> Any :
103+ async def send (self , command : CommandType , params : ParamsType ) -> Any :
104104 """Send a command to the device."""
105105 return await send_decoded_command (
106106 self ._channel ,
You can’t perform that action at this time.
0 commit comments