capacitor-plugin-esptouch
v0.0.1
Published
A capacitor JS plugin to use ESPtouch in your app
Downloads
8
Readme
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 |
