Skip to content

Commit 2313de6

Browse files
authored
Merge pull request #96 from mrlt8/app-version
Update Wyze and iOS version
2 parents a5ee93a + 2b4ba11 commit 2313de6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wyzecam/api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
SC_VALUE = "9f275790cab94a72bd206c8876429f3c"
1212
WYZE_APP_API_KEY = "WMXHYf79Nr5gIlt3r0r7p9Tcw5bvs6BB4U8O8nGJ"
1313

14-
SCALE_USER_AGENT = "Wyze/2.19.24 (iPhone; iOS 14.4.2; Scale/3.00)"
15-
WYZE_APP_VERSION_NUM = "2.19.24"
14+
SCALE_USER_AGENT = "Wyze/2.23.23 (iPhone; iOS 14.7.1; Scale/3.00)"
15+
WYZE_APP_VERSION_NUM = "2.23.23"
1616

1717

1818
def login(
@@ -156,7 +156,7 @@ def _get_payload(access_token, phone_id):
156156
return payload
157157

158158

159-
def get_headers(phone_id, user_agent="wyze_ios_2.19.24"):
159+
def get_headers(phone_id, user_agent="wyze_ios_2.23.23"):
160160
return {
161161
"X-API-Key": WYZE_APP_API_KEY,
162162
"Phone-Id": phone_id,

0 commit comments

Comments
 (0)