Merge branch 'master' of ssh://plrg.eecs.uci.edu/home/git/smartthings-infrastructure
[smartthings-infrastructure.git] / Extractor / ExtractedObjects.groovy
1 //Global Object for class switch!
2 @Field def switchesoff = new switching(1)
3 //Global Object for class switch!
4 @Field def switcheson = new switching(1)
5 //Global Object for class lock!
6 @Field def lock1 = new locking(1)
7 //Global variable for mode!
8 @Field def newMode = "away"
9 //Global variable for number!
10 @Field def waitfor = 5
11 //Global Object for functions in subscribe method!
12 @Field def installed = this.&installed
13 //Global Object for functions in subscribe method!
14 @Field def updated = this.&updated
15 //Global Object for functions in subscribe method!
16 @Field def appTouch = this.&appTouch