mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-08 05:31:55 +00:00
Fix for Issue 343
Fix for Issue 343 as described here: https://github.com/nfarina/homebridge/issues/343
This commit is contained in:
@@ -69,7 +69,7 @@ function NestThermostatAccessory(log, name, device, deviceId, initialData) {
|
|||||||
this.device = device;
|
this.device = device;
|
||||||
|
|
||||||
var id = uuid.generate('nest.thermostat.' + deviceId);
|
var id = uuid.generate('nest.thermostat.' + deviceId);
|
||||||
Accessory.call(this, name, id);
|
Accessory.call(this, this.name, id);
|
||||||
this.uuid_base = id;
|
this.uuid_base = id;
|
||||||
|
|
||||||
this.currentData = initialData;
|
this.currentData = initialData;
|
||||||
|
|||||||
Reference in New Issue
Block a user