1.0.2 • Published 1 year ago

sportscale-capacitor-community-wifi v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

API

connect(...)

connect(options: { ssid: string; password?: string; joinOnce?: boolean; isHiddenSsid?: boolean; }) => Promise<{ ssid: string | null; }>
ParamType
options{ ssid: string; password?: string; joinOnce?: boolean; isHiddenSsid?: boolean; }

Returns: Promise<{ ssid: string | null; }>


disconnect()

disconnect() => Promise<void>

startObserver()

startObserver() => any

Returns: any


stopObserver()

stopObserver() => any

Returns: any


isConnected()

isConnected() => Promise<{ isConnected: boolean | null; }>

Returns: Promise<{ isConnected: boolean | null; }>


1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago