Pass around the light ID.

This commit is contained in:
Stephen Yeargin
2015-06-16 22:59:26 -05:00
parent 3cba55560f
commit da5162b358

View File

@@ -33,6 +33,7 @@ function PhilipsHuePlatform(log, config) {
}
function PhilipsHueAccessory(log, device, api) {
this.id = device.id;
this.name = device.name;
this.model = device.modelid;
this.device = device;