Commit #10: more classes
[smartthings-infrastructure.git] / Extractor / App1 / extractedFunctionsApp1.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 setTimeCallback = this.&setTimeCallback
7 //Global Object for functions in subscribe method!
8 def doorOpenCheck = this.&doorOpenCheck
9 //Global Object for functions in subscribe method!
10 def lockMessage = this.&lockMessage