From 2f913a7d199999f7cacca9dc0b7debcbf1ff8a73 Mon Sep 17 00:00:00 2001 From: Yves Racine Date: Fri, 23 Oct 2015 22:21:16 -0400 Subject: [PATCH] Minor correction to copy and paste --- smartapps/myAutomaticServiceMgr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartapps/myAutomaticServiceMgr b/smartapps/myAutomaticServiceMgr index a5f16c2..a6b3ad2 100644 --- a/smartapps/myAutomaticServiceMgr +++ b/smartapps/myAutomaticServiceMgr @@ -692,6 +692,6 @@ def getChildName() { "My Automatic Device" } def getServerUrl() { return getApiServerUrl() } -f getSmartThingsClientId() { "insert your public key here!" } +def getSmartThingsClientId() { "insert your public key here!" } def getSmartThingsPrivateKey() { "insert your private key here!" }