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:
6363 # Return only locks devices:
6464 devices = myq.locks
6565 # >>> {"serial_number123": <Device>}
66-
66+
6767 # Return only gateway devices:
6868 devices = myq.gateways
6969 # >>> {"serial_number123": <Device>}
@@ -118,6 +118,7 @@ asyncio.get_event_loop().run_until_complete(main())
118118- ` parent_device_id ` : Return the device ID (serial number) of this device's parent.
119119- ` state ` : Return the current state of the device.
120120- ` state_update ` : Returns datetime when device was last updated
121+ - ` low_battery ` : Returns if the garage has a low battery or not.
121122
122123## API Methods
123124
Original file line number Diff line number Diff line change 11"""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