Update base url to my.arlo.com.
This commit is contained in:
parent
8802c6224c
commit
55af80f02f
2
const.go
2
const.go
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user