Modifying variable names in the Makefile to avoid confusion.
[smartthings-infrastructure.git] / Extractor / ExtractedObjects.groovy
1 //Global Object for class lock!
2 @Field def lock1 = new locking(1)
3 //Global Object for class contactSensor!
4 @Field def contact = new contacting(1)
5 //Global variable for number!
6 @Field def minutesLater = 1
7 //Global variable for number!
8 @Field def secondsLater = 10
9 //Global variable for recipients!
10 @Field def recipients = ['AJ']
11 //Global variable for phone number!
12 @Field def phoneNumber = 9495379373
13 //Global Object for functions in subscribe method!
14 @Field def installed = this.&installed
15 //Global Object for functions in subscribe method!
16 @Field def updated = this.&updated
17 //Global Object for functions in subscribe method!
18 @Field def initialize = this.&initialize
19 //Global Object for functions in subscribe method!
20 @Field def lockDoor = this.&lockDoor
21 //Global Object for functions in subscribe method!
22 @Field def unlockDoor = this.&unlockDoor
23 //Global Object for functions in subscribe method!
24 @Field def doorHandler = this.&doorHandler