Skip to content

Commit 063d3f4

Browse files
committed
add error lock state
1 parent b725db3 commit 063d3f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pytedee_async/lock.py

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class TedeeLockState(IntEnum):
1717
PULLING = 8
1818
UNKNOWN = 9
1919
UPDATING = 18
20+
ERROR = 255
2021

2122

2223
class TedeeLock:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="pytedee_async",
8-
version="0.2.18",
8+
version="0.2.20",
99
author="Josef Zweck",
1010
author_email="[email protected]",
1111
description="A Tedee Lock Client package",

0 commit comments

Comments
 (0)