Don't actually add a name characteristic here

This commit is contained in:
Sam Edwards
2015-08-25 17:46:28 -07:00
parent 1050b4e550
commit d7d80b8618
2 changed files with 0 additions and 1 deletions

0
accessories/HomeMatic.js Executable file → Normal file
View File

View 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();