From 6a4e2a3d6d9e1b92343bdd8fe2b9b85f75da5dfa Mon Sep 17 00:00:00 2001 From: Joshua Mulliken <36283247+JoshuaMulliken@users.noreply.github.com> Date: Fri, 9 Apr 2021 20:11:01 +0000 Subject: [PATCH] Update to include thermostat and gateway spelled differently. --- setup.cfg | 2 +- src/wyzeapy/base_client.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 018b124..da6bc2b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] # replace with your username: name = wyzeapy -version = 0.0.12 +version = 0.0.13 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 95d9935..2ede62a 100644 --- a/src/wyzeapy/base_client.py +++ b/src/wyzeapy/base_client.py @@ -36,6 +36,8 @@ class DeviceTypes(Enum): COMMON = "Common" VACUUM = "JA_RO2" HEADPHONES = "JA.SC" + THERMOSTAT = "Thermostat" + GATEWAY_V2 = "GateWay" class PropertyIDs(Enum):