Commit #9: More classes + Extractor with Rahmadi's editions + Fixing some bugs
[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 appTouch = this.&appTouch
7 //Global Object for functions in subscribe method!
8 def changedLocationMode = this.&changedLocationMode
9 //Global Object for functions in subscribe method!
10 def restoreState = this.&restoreState
11 //Global Object for functions in subscribe method!
12 def saveState = this.&saveState
13 //Global Object for functions in subscribe method!
14 def getCurrentMode = this.&getCurrentMode