Isaksson / node-red-contrib-unifi

MIT License
52 stars 20 forks source link

Latest version does not work #22

Closed Isaksson closed 4 years ago

Isaksson commented 4 years ago

When installing the latest version from NPM it does not work (nothing happens when running the node) Installing it from local location with NPM Install location then it works. Need to find a solution for this.

rysiok commented 4 years ago

Please change 1398 in unifi-helper.js from
function() { return count < proc_sites.length; }, to function(cb) { cb(null, count < proc_sites.length); },

Isaksson commented 4 years ago

Please change 1398 in unifi-helper.js from function() { return count < proc_sites.length; }, to function(cb) { cb(null, count < proc_sites.length); },

Thanks for the help.

rysiok commented 4 years ago

waiting for the release to test. I've tested with the latest async lib.

Isaksson commented 4 years ago

waiting for the release to test. I've tested with the latest async lib.

New version published to NPM

rysiok commented 4 years ago

waiting for the release to test. I've tested with the latest async lib.

New version published to NPM

Resolved.