Commit #9: extension to the infrastructure with more devices + minor changes in extra...
[smartthings-infrastructure.git] / GlobalVariables / GlobalVariablesBothApps.groovy
index 3c65af1312fa0ba6fb456d59f5403f3d38ca84b4..8810742337a7fe3c55ab69462832b2b32b917d52 100644 (file)
@@ -22,3 +22,7 @@
 @Field def presenceSensorObject = new PresenceSensors(sendEvent, 1)
 //Global Object for class thermostat!
 @Field def thermostatObject = new Thermostats(sendEvent, 1)
+//Global Object for class aeon key fob!
+@Field def aeonKeyFobObject = new AeonKeyFobs(sendEvent, 1)
+//Global Object for class music player!
+@Field def musicPlayerObject = new MusicPlayers(sendEvent, 1)