0.0.5 • Published 2 years ago
capacitor-esptouch v0.0.5
capacitor-esptouch
capacitor-esptouch · 支持esptouch v2 · android已支持,ios待开发
Install
npm install capacitor-esptouch
npx cap sync
API
start(...)
start(options: { ssid: string; bssid?: string; password?: string; aesKey?: string; customData?: string; }) => Promise<any>
Param | Type |
---|---|
options | { ssid: string; bssid?: string; password?: string; aesKey?: string; customData?: string; } |
Returns: Promise<any>
stop()
stop() => Promise<any>
Returns: Promise<any>