Skip to content

Commit eaa7a96

Browse files
committed
Bump version to 3.1.6
1 parent 82abc1d commit eaa7a96

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff 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

pymyq/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Define a version constant."""
2-
__version__ = "3.1.5"
2+
__version__ = "3.1.6"

0 commit comments

Comments
 (0)