c9786148622ce9a62224fac6a30b7b95a57254fd
[smartthings-infrastructure.git] / Extractor / extractedObjects.groovy
1 //Global Object for class switch!
2 @Field def switchesoff = new Switching(sendEvent, 1)
3 //Global Object for class switch!
4 @Field def switcheson = new Switching(sendEvent, 1)
5 //Global Object for class lock!
6 @Field def lock1 = new Locking(sendEvent, 1)
7 //Global variable for mode!
8 @Field def newMode = "away"
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