mirror of
https://github.com/mtan93/homebridge.git
synced 2026-04-08 14:23:08 +01:00
@@ -239,7 +239,7 @@ PhilipsHueAccessory.prototype = {
|
|||||||
if (err.code == "ECONNRESET") {
|
if (err.code == "ECONNRESET") {
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
this.executeChange(characteristic, value, callback);
|
this.executeChange(characteristic, value, callback);
|
||||||
}, 300);
|
}.bind(this), 300);
|
||||||
} else {
|
} else {
|
||||||
this.log(err);
|
this.log(err);
|
||||||
callback(new Error(err));
|
callback(new Error(err));
|
||||||
|
|||||||
Reference in New Issue
Block a user