mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-08 05:31:55 +00:00
Update PhilipsHue.js
fix issue
This commit is contained in:
@@ -239,7 +239,7 @@ PhilipsHueAccessory.prototype = {
|
||||
if (err.code == "ECONNRESET") {
|
||||
setTimeout(function() {
|
||||
this.executeChange(characteristic, value, callback);
|
||||
}, 300);
|
||||
}.bind(this), 300);
|
||||
} else {
|
||||
this.log(err);
|
||||
callback(new Error(err));
|
||||
|
||||
Reference in New Issue
Block a user