friedrith / node-wifi

📶 NodeJS tool to manage wifi (connections, scans)
MIT License
395 stars 161 forks source link

networkUtils.qualityFromDB is not a function #65

Open fishear opened 5 years ago

fishear commented 5 years ago

Can you help to export qualityFromDB in network-utils.js ? Just the same question as https://github.com/friedrith/node-wifi/issues/57. thanks~~

camdenesc commented 5 years ago

+1 this appears to be regression. see: https://github.com/friedrith/node-wifi/pull/59

Please restore this export.

camdenesc commented 5 years ago

2.0.4 has the export, 2.0.5 does not.

alessandroliveri commented 5 years ago

Hi, I just started to use the lib and I have the same issue: it seems that in network-utils.js you forgot an exports.qualityFromDB = qualityFromDB; and if I add it everything works.

Sharcoux commented 5 years ago

@friedrith please merge the PR...