From edd415f2cb44e8931b60faefdf78d88507193c8b Mon Sep 17 00:00:00 2001 From: annbob Date: Sun, 22 Jan 2017 18:57:57 -0800 Subject: [PATCH] Update SmartApp.groovy changed API endpoint for SmartThings in line 52. --- SmartApp.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SmartApp.groovy b/SmartApp.groovy index eb09c06..15677d3 100644 --- a/SmartApp.groovy +++ b/SmartApp.groovy @@ -49,7 +49,7 @@ mappings { def getChildNamespace() { return "com.openmobl.device.lockitron" } def getChildName() { return "Lockitron" } -def getServerUrl() { return "https://graph.api.smartthings.com" } +def getServerUrl() { return "https://graph-na02-useast1.api.smartthings.com" } // Authorise def getAuthCodeUrl() { return "https://api.lockitron.com/oauth/authorize" } def getAccessTokenUrl() { return "https://api.lockitron.com/oauth/token" }