mirror of
https://github.com/mtan93/homebridge.git
synced 2026-04-09 22:04:45 +01:00
Pass around the light ID.
This commit is contained in:
@@ -33,6 +33,7 @@ function PhilipsHuePlatform(log, config) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function PhilipsHueAccessory(log, device, api) {
|
function PhilipsHueAccessory(log, device, api) {
|
||||||
|
this.id = device.id;
|
||||||
this.name = device.name;
|
this.name = device.name;
|
||||||
this.model = device.modelid;
|
this.model = device.modelid;
|
||||||
this.device = device;
|
this.device = device;
|
||||||
|
|||||||
Reference in New Issue
Block a user