@uncoded-limited/connect
v1.0.0
Published
Allows connection to a known SSID with password
Downloads
2
Maintainers
Readme
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 |
| ------------ | ------------------- |
| result
| string |
ConnectionOptions
| Prop | Type |
| -------------- | ------------------- |
| ssid
| string |
| password
| string |