File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -48,13 +48,13 @@ async def main():
4848
4949 # Get all vacuum devices that support the v1 PropertiesApi
5050 for device in devices:
51- if not device.v1_properties:
52- continue
51+ if not device.v1_properties:
52+ continue
5353
54- # Refresh the current device status
55- status_trait = device.v1_properties.status
56- await status_trait.refresh()
57- print (status_trait)
54+ # Refresh the current device status
55+ status_trait = device.v1_properties.status
56+ await status_trait.refresh()
57+ print (status_trait)
5858
5959asyncio.run(main())
6060```
Original file line number Diff line number Diff line change 66from roborock .devices .traits import Trait
77from roborock .roborock_message import RoborockB01Props
88
9- __init__ = [
9+ __all__ = [
1010 "PropertiesApi" ,
1111]
1212
Original file line number Diff line number Diff line change 7171 "child_lock" ,
7272 "clean_summary" ,
7373 "common" ,
74- "consumable " ,
74+ "consumeable " ,
7575 "device_features" ,
7676 "do_not_disturb" ,
7777 "dust_collection_mode" ,
You can’t perform that action at this time.
0 commit comments