Commit #7: eventHandler and event queue are unique between two apps now. (Similar...
[smartthings-infrastructure.git] / Extractor / extractedObjectsApp2.groovy
1 //Object for class Switch!
2 def switchesoff
3 //Object for class Switch!
4 def switcheson
5 //Object for class lock!
6 def lock1
7 //Global variable for mode!
8 def newMode = "away"
9 //Global variable for number!
10 def waitfor = 1
11 //Global Object for functions in subscribe method!
12 def installed = this.&installed
13 //Global Object for functions in subscribe method!
14 def updated = this.&updated
15 //Global Object for functions in subscribe method!
16 def appTouch = this.&appTouch