Infrastructure that works for all the locks' group!
[smartthings-infrastructure.git] / Extractor / App2 / extractedFunctionsApp2.groovy
1 //Global Object for functions in subscribe method!
2 def installed = this.&installed
3 //Global Object for functions in subscribe method!
4 def updated = this.&updated
5 //Global Object for functions in subscribe method!
6 def initialize = this.&initialize
7 //Global Object for functions in subscribe method!
8 def lockHandler = this.&lockHandler
9 //Global Object for functions in subscribe method!
10 def notifyUnlocked = this.&notifyUnlocked
11 //Global Object for functions in subscribe method!
12 def sendMessage = this.&sendMessage