Update base url to my.arlo.com.

This commit is contained in:
Jeffrey Walter 2019-10-11 00:09:07 +03:00 committed by GitHub
parent 8802c6224c
commit 55af80f02f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ const (
DeviceTypeSiren = "siren"
TransIdPrefix = "web"
BaseUrl = "https://arlo.netgear.com/hmsweb"
BaseUrl = "https://my.arlo.com/hmsweb"
// TODO: Implement all of the following urls. There are many here I don't have devices for. :/
ActiveAutomationUri = "/users/devices/automation/active"