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 2902fb0 + cba7652 commit 3022060Copy full SHA for 3022060
pymyq/__init__.py
@@ -37,7 +37,7 @@ class MyQAPI:
37
LOGIN_ENDPOINT = "api/v4/User/Validate"
38
DEVICE_LIST_ENDPOINT = "api/v4/UserDeviceDetails/Get"
39
DEVICE_SET_ENDPOINT = "api/v4/DeviceAttribute/PutDeviceAttribute"
40
- USERAGENT = "Chamberlain/3773 (iPhone; iOS 10.0.1; Scale/2.00)"
+ USERAGENT = "Chamberlain/3773 (iPhone; iOS 11.0.3; Scale/2.00)"
41
42
REQUEST_TIMEOUT = 3.0
43
0 commit comments