File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ async def main() -> None:
63
63
# Return only locks devices:
64
64
devices = myq.locks
65
65
# >>> {"serial_number123": <Device>}
66
-
66
+
67
67
# Return only gateway devices:
68
68
devices = myq.gateways
69
69
# >>> {"serial_number123": <Device>}
@@ -118,6 +118,7 @@ asyncio.get_event_loop().run_until_complete(main())
118
118
- ` parent_device_id ` : Return the device ID (serial number) of this device's parent.
119
119
- ` state ` : Return the current state of the device.
120
120
- ` state_update ` : Returns datetime when device was last updated
121
+ - ` low_battery ` : Returns if the garage has a low battery or not.
121
122
122
123
## API Methods
123
124
Original file line number Diff line number Diff line change 1
1
"""Define a version constant."""
2
- __version__ = "3.1.5 "
2
+ __version__ = "3.1.6 "
You can’t perform that action at this time.
0 commit comments