Valdhor
Results
1
issues of
Valdhor
In /usr/local/lib/node_modules/homebridge-isy-js/index.js there appears to be a bug with the callback at the end of function: `ISYPlatform.prototype.accessories = function(callback)` I changed the following: `callback(results);` to: `if(callbackCount == 0) { callback(results);...