67d3b0f6dd009a97cd7c3dd15d6d9c442c1836a2
[smartthings-infrastructure.git] / Extractor / ExtractedObjects.groovy
1 //Global Object for class switch!
2 @Field def switchesoff = new switching(3)
3 //Global Object for class switch!
4 @Field def switcheson = new switching(3)
5 //Global Object for class lock!
6 @Field def lock1 = new locking(2)
7 //Global variable for mode!
8 @Field def newMode = "home"
9 //Global variable for number!
10 @Field def waitfor = 10
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