We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5ee93a + 2b4ba11 commit 2313de6Copy full SHA for 2313de6
wyzecam/api.py
@@ -11,8 +11,8 @@
11
SC_VALUE = "9f275790cab94a72bd206c8876429f3c"
12
WYZE_APP_API_KEY = "WMXHYf79Nr5gIlt3r0r7p9Tcw5bvs6BB4U8O8nGJ"
13
14
-SCALE_USER_AGENT = "Wyze/2.19.24 (iPhone; iOS 14.4.2; Scale/3.00)"
15
-WYZE_APP_VERSION_NUM = "2.19.24"
+SCALE_USER_AGENT = "Wyze/2.23.23 (iPhone; iOS 14.7.1; Scale/3.00)"
+WYZE_APP_VERSION_NUM = "2.23.23"
16
17
18
def login(
@@ -156,7 +156,7 @@ def _get_payload(access_token, phone_id):
156
return payload
157
158
159
-def get_headers(phone_id, user_agent="wyze_ios_2.19.24"):
+def get_headers(phone_id, user_agent="wyze_ios_2.23.23"):
160
return {
161
"X-API-Key": WYZE_APP_API_KEY,
162
"Phone-Id": phone_id,
0 commit comments