diff --git a/smartapps/smartthings/life360-connect.src/life360-connect.groovy b/smartapps/smartthings/life360-connect.src/life360-connect.groovy index b5d6555..cf07750 100644 --- a/smartapps/smartthings/life360-connect.src/life360-connect.groovy +++ b/smartapps/smartthings/life360-connect.src/life360-connect.groovy @@ -27,7 +27,6 @@ definition( ) { appSetting "clientId" appSetting "clientSecret" - appSetting "serverUrl" } preferences { @@ -192,7 +191,7 @@ def getSmartThingsClientId() { return "pREqugabRetre4EstetherufrePumamExucrEHuc" } -def getServerUrl() { appSettings.serverUrl } +def getServerUrl() { getApiServerUrl() } def buildRedirectUrl() {