mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-15 13:20:56 +00:00
Add a name to the accessory as well
This commit is contained in:
@@ -93,6 +93,7 @@ MiLight.prototype = {
|
||||
.setCharacteristic(Characteristic.Manufacturer, "MiLight")
|
||||
.setCharacteristic(Characteristic.Model, this.type)
|
||||
.setCharacteristic(Characteristic.SerialNumber, "MILIGHT12345");
|
||||
.setCharacteristic(Characteristic.Name, this.name);
|
||||
|
||||
var lightbulbService = new Service.Lightbulb();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user