mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-08 21:02:38 +00:00
Pass around the light ID.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user