Commit #10: more classes
[smartthings-infrastructure.git] / Extractor / App1 / extractedFunctionsApp1.groovy
index 577b4dcdfc8e36bab1d935784e7c7934e2e0d14f..854ab6007894ec11f0b65704c090ddefaf709cee 100644 (file)
@@ -3,12 +3,8 @@ def installed = this.&installed
 //Global Object for functions in subscribe method!
 def updated = this.&updated
 //Global Object for functions in subscribe method!
-def appTouch = this.&appTouch
+def setTimeCallback = this.&setTimeCallback
 //Global Object for functions in subscribe method!
-def changedLocationMode = this.&changedLocationMode
+def doorOpenCheck = this.&doorOpenCheck
 //Global Object for functions in subscribe method!
-def restoreState = this.&restoreState
-//Global Object for functions in subscribe method!
-def saveState = this.&saveState
-//Global Object for functions in subscribe method!
-def getCurrentMode = this.&getCurrentMode
+def lockMessage = this.&lockMessage