Commit #9: extension to the infrastructure with more devices + minor changes in extra...
[smartthings-infrastructure.git] / Extractor / App2 / extractedFunctionsApp2.groovy
index 6d9060ef06537d191cf92564cea3427c378ff201..9efae4403e6b4d8af8319ef9517ebb9baf46933f 100644 (file)
@@ -1,6 +1,12 @@
 //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 appTouch = this.&appTouch
+def initialize = this.&initialize
+//Global Object for functions in subscribe method!
+def currentStatus = this.&currentStatus
+//Global Object for functions in subscribe method!
+def touchHandler = this.&touchHandler