Some minor changes in events' format
[smartthings-infrastructure.git] / Extractor / App2 / extractedObjectsApp2.groovy
1 //Global variable for time!
2 def starting = "15:00"
3 //Global variable for time!
4 def ending = "15:00"
5 //Object for class beacon sensor!
6 def beacons
7 //Object for class mobile presence!
8 def phones
9 //Global variable for enum!
10 def arrivalPhrase = "Good Night!"
11 //Object for class switch!
12 def arrivalOnSwitches
13 //Object for class switch!
14 def arrivalOffSwitches
15 //Object for class lock!
16 def arrivalLocks
17 //Global variable for enum!
18 def departPhrase = "Good Night!"
19 //Object for class switch!
20 def departOnSwitches
21 //Object for class switch!
22 def departOffSwitches
23 //Object for class lock!
24 def departLocks
25 //Global variable for boolean!
26 def pushNotification = "0"
27 //Global variable for phone!
28 def phone = 9495379373
29 //Global variable for enum!
30 def days = "Monday"
31 //Global variable for mode!
32 def modes = "away"