Commit #9: extension to the infrastructure with more devices + minor changes in extra...
[smartthings-infrastructure.git] / Extractor / App1 / extractedFunctionsApp1.groovy
index 9efae4403e6b4d8af8319ef9517ebb9baf46933f..a892f9492c29e6f79991f80c55b734ac629251da 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
 //Global Object for functions in subscribe method!
-def currentStatus = this.&currentStatus
+def lockDoor = this.&lockDoor
+//Global Object for functions in subscribe method!
+def doorOpen = this.&doorOpen
+//Global Object for functions in subscribe method!
+def doorClosed = this.&doorClosed
 //Global Object for functions in subscribe method!
-def touchHandler = this.&touchHandler
+def doorHandler = this.&doorHandler