i silly mannn

This commit is contained in:
2026-05-02 23:40:27 -04:00
parent 2f9fe7cf94
commit 43a22359df
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -50,6 +50,7 @@ class GoveeApi:
}
}
print(json.dumps(payload, indent=4))
req = requests.post(GOVEE_API_BASE_URL + 'device/control', headers=headers, json=payload)
req.raise_for_status()
print(req.json())