Commit #9: More classes + Extractor with Rahmadi's editions + Fixing some bugs
[smartthings-infrastructure.git] / Extractor / App1 / extractedObjectsConstructorApp1.groovy
1 switches = obj.switchObject
2 thermostats = obj.thermostatObject
3 locks = obj.lockObject
4 //Global variable for settings!
5 settings = [app:app, switches:switches, thermostats:thermostats, locks:locks]