This commit is contained in:
2026-05-02 23:37:24 -04:00
parent 12a3909f24
commit 2f9fe7cf94
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -52,6 +52,7 @@ class GoveeApi:
req = requests.post(GOVEE_API_BASE_URL + 'device/control', headers=headers, json=payload)
req.raise_for_status()
print(req.json())
def set_to_original_color(self, sku, device):
headers = {