We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82abc1d commit eaa7a96Copy full SHA for eaa7a96
README.md
@@ -63,7 +63,7 @@ async def main() -> None:
63
# Return only locks devices:
64
devices = myq.locks
65
# >>> {"serial_number123": <Device>}
66
-
+
67
# Return only gateway devices:
68
devices = myq.gateways
69
@@ -118,6 +118,7 @@ asyncio.get_event_loop().run_until_complete(main())
118
- `parent_device_id`: Return the device ID (serial number) of this device's parent.
119
- `state`: Return the current state of the device.
120
- `state_update`: Returns datetime when device was last updated
121
+- `low_battery`: Returns if the garage has a low battery or not.
122
123
## API Methods
124
pymyq/__version__.py
@@ -1,2 +1,2 @@
1
"""Define a version constant."""
2
-__version__ = "3.1.5"
+__version__ = "3.1.6"
0 commit comments