Merge branch 'master' of ssh://plrg.eecs.uci.edu/home/git/smartthings-infrastructure
[smartthings-infrastructure.git] / Extractor / App1 / extractedObjectsConstructorApp1.groovy
index 2e3aa8e6ccfe88ac85ad26a6a34a9ca1169a2982..ebcafcc7a0cf47362550226879f12dc1e23034bc 100644 (file)
@@ -1,2 +1,5 @@
-lock1 = obj.lockObject
-contact = obj.contactObject
+switches = obj.switchObject
+thermostats = obj.thermostatObject
+locks = obj.lockObject
+//Global variable for settings!
+settings = [app:app, switches:switches, thermostats:thermostats, locks:locks]