0.0.6 • Published 3 years ago
uncoded-connect v0.0.6
wifi-connect
Allows connection to a known SSID with password
Install
npm install wifi-connect
npx cap sync
API
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 |