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