0.0.1 • Published 3 years ago
capacitor-plugin-esptouch v0.0.1
capacitor-plugin-esptouch
A capacitor JS plugin to use ESPtouch V2 in your capacitor application.
Only android is supported for the moment.
Check example for usage.
Install
npm install capacitor-plugin-esptouch
npx cap syncAPI
EsptouchV2(...)
EsptouchV2(options: EsptouchV2Request) => Promise<EsptouchV2Response>| Param | Type |
|---|---|
options | EsptouchV2Request |
Returns: Promise<EsptouchV2Response>
Interfaces
EsptouchV2Response
| Prop | Type |
|---|---|
response | string |
error | string |
EsptouchV2Request
| Prop | Type |
|---|---|
ssid | string |
bssid | string |
password | string |
custom_data | string |
0.0.1
3 years ago