Skip to content

Commit

Permalink
Bump version to 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ehendrix23 committed Dec 14, 2022
1 parent 82abc1d commit eaa7a96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async def main() -> None:
# Return only locks devices:
devices = myq.locks
# >>> {"serial_number123": <Device>}

# Return only gateway devices:
devices = myq.gateways
# >>> {"serial_number123": <Device>}
Expand Down Expand Up @@ -118,6 +118,7 @@ asyncio.get_event_loop().run_until_complete(main())
- `parent_device_id`: Return the device ID (serial number) of this device's parent.
- `state`: Return the current state of the device.
- `state_update`: Returns datetime when device was last updated
- `low_battery`: Returns if the garage has a low battery or not.

## API Methods

Expand Down
2 changes: 1 addition & 1 deletion pymyq/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Define a version constant."""
__version__ = "3.1.5"
__version__ = "3.1.6"

0 comments on commit eaa7a96

Please sign in to comment.