0.0.6 • Published 4 years ago
uncoded-connect v0.0.6
wifi-connect
Allows connection to a known SSID with password
Install
npm install wifi-connect
npx cap syncAPI
connect(...)
connect(options: ConnectionOptions) => Promise<ConnectionResponse>| Param | Type |
|---|---|
options | ConnectionOptions |
Returns: Promise<ConnectionResponse>
Interfaces
ConnectionResponse
| Prop | Type |
|---|---|
ssid | string |
ConnectionOptions
| Prop | Type |
|---|---|
ssid | string |
password | string |