Commit #7: Events thread-based + new easier Extractor.py + our own Timer class
[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 appTouch = this.&appTouch