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