Skip to content

Commit

Permalink
Merge pull request #96 from mrlt8/app-version
Browse files Browse the repository at this point in the history
Update Wyze and iOS version
  • Loading branch information
kroo authored Aug 21, 2021
2 parents a5ee93a + 2b4ba11 commit 2313de6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wyzecam/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
SC_VALUE = "9f275790cab94a72bd206c8876429f3c"
WYZE_APP_API_KEY = "WMXHYf79Nr5gIlt3r0r7p9Tcw5bvs6BB4U8O8nGJ"

SCALE_USER_AGENT = "Wyze/2.19.24 (iPhone; iOS 14.4.2; Scale/3.00)"
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"


def login(
Expand Down Expand Up @@ -156,7 +156,7 @@ def _get_payload(access_token, phone_id):
return payload


def get_headers(phone_id, user_agent="wyze_ios_2.19.24"):
def get_headers(phone_id, user_agent="wyze_ios_2.23.23"):
return {
"X-API-Key": WYZE_APP_API_KEY,
"Phone-Id": phone_id,
Expand Down

0 comments on commit 2313de6

Please sign in to comment.