mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-18 05:10:57 +00:00
Don't actually add a name characteristic here
This commit is contained in:
0
accessories/HomeMatic.js
Executable file → Normal file
0
accessories/HomeMatic.js
Executable file → Normal file
@@ -93,7 +93,6 @@ 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