Skip to content

Commit e98a587

Browse files
authored
Merge pull request #850 from mkmer/new-user-agent
Android for new user agent
2 parents f0da567 + b60337f commit e98a587

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

blinkpy/helpers/constants.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@
2020
"""
2121
OTHER
2222
"""
23-
DEFAULT_USER_AGENT = (
24-
"Mozilla/5.0 (Linux; Android 14) "
25-
"AppleWebKit/537.36 (KHTML, like Gecko) "
26-
"Chrome/120.0.6099.193 Mobile Safari/537.36"
27-
)
23+
24+
DEFAULT_USER_AGENT = "27.0ANDROID_28373244"
2825
DEVICE_ID = "Blinkpy"
2926
TIMESTAMP_FORMAT = "%Y-%m-%dT%H:%M:%S%z"
3027
DEFAULT_MOTION_INTERVAL = 1

0 commit comments

Comments
 (0)