0.0.1 • Published 2 years ago

capacitor-plugin-esptouch v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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 sync

API

EsptouchV2(...)

EsptouchV2(options: EsptouchV2Request) => Promise<EsptouchV2Response>
ParamType
optionsEsptouchV2Request

Returns: Promise<EsptouchV2Response>


Interfaces

EsptouchV2Response

PropType
responsestring
errorstring

EsptouchV2Request

PropType
ssidstring
bssidstring
passwordstring
custom_datastring
0.0.1

2 years ago