Infrastructure that works for all the locks' group!
[smartthings-infrastructure.git] / Extractor / App2 / extractedFunctionsApp2.groovy
index 058c8805d23c9a0e6454cfc4fd4b590960ed213e..c59c46467380322cc3b61eddd2c1f7a84c5bf008 100644 (file)
@@ -1,10 +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 initialize = this.&initialize
 //Global Object for functions in subscribe method!
-def touchHandler = this.&touchHandler
+def lockHandler = this.&lockHandler
+//Global Object for functions in subscribe method!
+def notifyUnlocked = this.&notifyUnlocked
+//Global Object for functions in subscribe method!
+def sendMessage = this.&sendMessage