From d5d2fb85601b446d05299ddd5230bf62e654dcf6 Mon Sep 17 00:00:00 2001 From: OpenT2T Date: Sun, 16 Apr 2017 19:04:37 -0700 Subject: [PATCH] Modifying 'OpenT2T SmartApp 4/14 Publish' --- .../opent2t-smartapp-test-alpha.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/smartapps/opent2t/opent2t-smartapp-test-alpha.src/opent2t-smartapp-test-alpha.groovy b/smartapps/opent2t/opent2t-smartapp-test-alpha.src/opent2t-smartapp-test-alpha.groovy index fe67630..80faf91 100644 --- a/smartapps/opent2t/opent2t-smartapp-test-alpha.src/opent2t-smartapp-test-alpha.groovy +++ b/smartapps/opent2t/opent2t-smartapp-test-alpha.src/opent2t-smartapp-test-alpha.groovy @@ -63,6 +63,7 @@ def getInputs() { return inputList } + //API external Endpoints mappings { path("/devices") { @@ -311,6 +312,7 @@ def locationEventHandler(evt) { } } + /*** Device Query/Update Functions ***/ //Endpoints function: return all device data in json format