@falconeta/capacitor-wifi-connect
Advanced tools
Comparing version 5.1.3 to 5.1.4
@@ -44,8 +44,15 @@ { | ||
"name": "getSSIDs", | ||
"signature": "() => Promise<{ value: string[]; }>", | ||
"signature": "() => Promise<{ value: string[]; status: ConnectState; }>", | ||
"parameters": [], | ||
"returns": "Promise<{ value: string[]; }>", | ||
"tags": [], | ||
"docs": "", | ||
"complexTypes": [], | ||
"returns": "Promise<{ value: string[]; status: ConnectState; }>", | ||
"tags": [ | ||
{ | ||
"name": "since", | ||
"text": "5.1.0" | ||
} | ||
], | ||
"docs": "ONLY ANDROID\nreturns the current SSID connected by Application", | ||
"complexTypes": [ | ||
"ConnectState" | ||
], | ||
"slug": "getssids" | ||
@@ -52,0 +59,0 @@ }, |
@@ -12,4 +12,10 @@ import { PermissionState } from '@capacitor/core'; | ||
}>; | ||
/** | ||
* ONLY ANDROID | ||
* returns the current SSID connected by Application | ||
* @since 5.1.0 | ||
*/ | ||
getSSIDs(): Promise<{ | ||
value: string[]; | ||
status: ConnectState; | ||
}>; | ||
@@ -16,0 +22,0 @@ /** |
@@ -23,2 +23,3 @@ import { WebPlugin, PermissionState } from '@capacitor/core'; | ||
value: string[]; | ||
status: ConnectState; | ||
}>; | ||
@@ -25,0 +26,0 @@ connect(options: { |
{ | ||
"name": "@falconeta/capacitor-wifi-connect", | ||
"version": "5.1.3", | ||
"version": "5.1.4", | ||
"description": "plugin used for connect the device trhought Wifi also with prefix", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |
@@ -81,7 +81,12 @@ # @falconeta/capacitor-wifi-connect | ||
```typescript | ||
getSSIDs() => Promise<{ value: string[]; }> | ||
getSSIDs() => Promise<{ value: string[]; status: ConnectState; }> | ||
``` | ||
**Returns:** <code>Promise<{ value: string[]; }></code> | ||
ONLY ANDROID | ||
returns the current SSID connected by Application | ||
**Returns:** <code>Promise<{ value: string[]; status: <a href="#connectstate">ConnectState</a>; }></code> | ||
**Since:** 5.1.0 | ||
-------------------- | ||
@@ -88,0 +93,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
85477
541
210