hoerresb / WifiWizard

A Cordova plugin for managing Wifi networks
Apache License 2.0
205 stars 177 forks source link

Small correction in the Documentation #44

Closed Josar closed 9 years ago

Josar commented 9 years ago

Set wifi status. enabled is a Boolean type, so to disable the Wifi, you'd execute WifiWizard.setWifiEnabled(false,win,fail);

Would save some Headache.

THX.