From 46e2f30c77e29770b2d7b68f5989cd591e386b61 Mon Sep 17 00:00:00 2001 From: Joshua Mulliken Date: Sun, 4 Apr 2021 23:21:37 -0400 Subject: [PATCH] Update to add new device --- setup.cfg | 2 +- src/wyzeapy/base_client.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5e126a5..36f2217 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] # replace with your username: name = wyzeapy -version = 0.0.6 +version = 0.0.8 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 7ce766a..69e95c4 100644 --- a/src/wyzeapy/base_client.py +++ b/src/wyzeapy/base_client.py @@ -30,6 +30,7 @@ class DeviceTypes(Enum): MOTION_SENSOR = "MotionSensor" WRIST = "Wrist" BASE_STATION = "BaseStation" + SCALE = "WyzeScale" class PropertyIDs(Enum):