@alexanderwodarz/wifi-plugin
v0.0.1
Published
Connect to Wifi
Downloads
6
Maintainers
Readme
wifi-plugin
Manage Wifi Networks on any iOS device
Install
npm install wifi-plugin
npx cap sync
API
connectWifi(...)
connectWifi({ ssid: string, password: string, isWEP: boolean, once: boolean; }) => Promise<{ connected: boolean; }>
| Param | Type |
|----------------|----------------------|
| ssid
| string |
| password
| string |
| isWEP
| boolean |
| once
| boolean |
Returns: Promise<{ connected: boolean; }>
list(...)
list() => Promise<{ ssids: array; }>
Returns: Promise<{ ssids: array; }>
remove(...)
list() => void
Returns: void