node-wifi icon indicating copy to clipboard operation
node-wifi copied to clipboard

networkUtils.qualityFromDB is not a function

Open fishear opened this issue 7 years ago • 4 comments

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

fishear avatar Feb 25 '19 13:02 fishear

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

Please restore this export.

camdenesc avatar Feb 28 '19 14:02 camdenesc

2.0.4 has the export, 2.0.5 does not.

camdenesc avatar Feb 28 '19 14:02 camdenesc

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.

alessandroliveri avatar Mar 25 '19 09:03 alessandroliveri

@friedrith please merge the PR...

Sharcoux avatar Jun 13 '19 09:06 Sharcoux