diff --git a/setup.cfg b/setup.cfg index 36f2217..5fa4d9b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] # replace with your username: name = wyzeapy -version = 0.0.8 +version = 0.0.9 author = Mulliken LLC author_email = joshua@mulliken.net description = Python client for private Wyze API diff --git a/src/wyzeapy/base_client.py b/src/wyzeapy/base_client.py index 69e95c4..1860811 100644 --- a/src/wyzeapy/base_client.py +++ b/src/wyzeapy/base_client.py @@ -31,6 +31,7 @@ class DeviceTypes(Enum): WRIST = "Wrist" BASE_STATION = "BaseStation" SCALE = "WyzeScale" + LOCK = "Lock" class PropertyIDs(Enum):