Skip to content

Commit

Permalink
Merge pull request #850 from mkmer/new-user-agent
Browse files Browse the repository at this point in the history
Android for new user agent
  • Loading branch information
fronzbot committed Jan 7, 2024
2 parents f0da567 + b60337f commit e98a587
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions blinkpy/helpers/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@
"""
OTHER
"""
DEFAULT_USER_AGENT = (
"Mozilla/5.0 (Linux; Android 14) "
"AppleWebKit/537.36 (KHTML, like Gecko) "
"Chrome/120.0.6099.193 Mobile Safari/537.36"
)

DEFAULT_USER_AGENT = "27.0ANDROID_28373244"
DEVICE_ID = "Blinkpy"
TIMESTAMP_FORMAT = "%Y-%m-%dT%H:%M:%S%z"
DEFAULT_MOTION_INTERVAL = 1
Expand Down

0 comments on commit e98a587

Please sign in to comment.