Commit #9: More classes + Extractor with Rahmadi's editions + Fixing some bugs
[smartthings-infrastructure.git] / Extractor / App1 / extractedFunctionsApp1.groovy
index a892f9492c29e6f79991f80c55b734ac629251da..577b4dcdfc8e36bab1d935784e7c7934e2e0d14f 100644 (file)
@@ -3,12 +3,12 @@ def installed = this.&installed
 //Global Object for functions in subscribe method!
 def updated = this.&updated
 //Global Object for functions in subscribe method!
-def initialize = this.&initialize
+def appTouch = this.&appTouch
 //Global Object for functions in subscribe method!
-def lockDoor = this.&lockDoor
+def changedLocationMode = this.&changedLocationMode
 //Global Object for functions in subscribe method!
-def doorOpen = this.&doorOpen
+def restoreState = this.&restoreState
 //Global Object for functions in subscribe method!
-def doorClosed = this.&doorClosed
+def saveState = this.&saveState
 //Global Object for functions in subscribe method!
-def doorHandler = this.&doorHandler
+def getCurrentMode = this.&getCurrentMode