Merge branch 'master' of ssh://plrg.eecs.uci.edu/home/git/smartthings-infrastructure
[smartthings-infrastructure.git] / Extractor / App1 / extractedFunctionsApp1.groovy
index b7e30e6c79927ccf25dccfb4187ee94eeea869e6..577b4dcdfc8e36bab1d935784e7c7934e2e0d14f 100644 (file)
@@ -3,10 +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 unlockDoor = this.&unlockDoor
+def restoreState = this.&restoreState
 //Global Object for functions in subscribe method!
-def doorHandler = this.&doorHandler
+def saveState = this.&saveState
+//Global Object for functions in subscribe method!
+def getCurrentMode = this.&getCurrentMode