Merge branch 'master' of ssh://plrg.eecs.uci.edu/home/git/smartthings-infrastructure
[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 doorOpen = this.&doorOpen
11 //Global Object for functions in subscribe method!
12 def doorClosed = this.&doorClosed
13 //Global Object for functions in subscribe method!
14 def doorHandler = this.&doorHandler