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