Skip to content

Commit

Permalink
add error lock state
Browse files Browse the repository at this point in the history
  • Loading branch information
zweckj committed Jul 11, 2024
1 parent b725db3 commit 063d3f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pytedee_async/lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class TedeeLockState(IntEnum):
PULLING = 8
UNKNOWN = 9
UPDATING = 18
ERROR = 255


class TedeeLock:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pytedee_async",
version="0.2.18",
version="0.2.20",
author="Josef Zweck",
author_email="[email protected]",
description="A Tedee Lock Client package",
Expand Down

0 comments on commit 063d3f4

Please sign in to comment.