Infrastructure that works for all the locks' group!
[smartthings-infrastructure.git] / Extractor / App1 / extractedObjectsApp1.groovy
1 //Object for class temperature measurement!
2 def temperatures
3 //Object for class thermostat!
4 def thermostats
5 //Object for class presence sensor!
6 def automatic
7 //Object for class smoke detector!
8 def detectors
9 //Object for class humidity measurement!
10 def humidities
11 //Object for class water sensor!
12 def waters
13 //Object for class illuminance measurement!
14 def illuminances
15 //Object for class lock!
16 def locks
17 //Object for class contactSensor!
18 def contacts
19 //Object for class Acceleration Sensor!
20 def accelerations
21 //Object for class Motion Sensor!
22 def motions
23 //Object for class presence sensor!
24 def presence
25 //Object for class switch!
26 def switches
27 //Object for class switch level!
28 def dimmerSwitches
29 //Object for class Battery!
30 def batteries
31 //Object for class power meter!
32 def powers
33 //Object for class energy meter!
34 def energys
35 //Global variable for text!
36 def channelKey = "This is just a text!"
37 //Global variable for number!
38 def givenInterval = 75