Removing supposedly untracked files.
[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 initialize = this.&initialize
7 //Global Object for functions in subscribe method!
8 def lockDoor = this.&lockDoor
9 //Global Object for functions in subscribe method!
10 def unlockDoor = this.&unlockDoor
11 //Global Object for functions in subscribe method!
12 def doorHandler = this.&doorHandler