From 55af80f02f49202c905b71fbe6c56626f172f159 Mon Sep 17 00:00:00 2001 From: Jeffrey Walter Date: Fri, 11 Oct 2019 00:09:07 +0300 Subject: [PATCH] Update base url to my.arlo.com. --- const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/const.go b/const.go index b55273e..5d9ac78 100644 --- a/const.go +++ b/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"