@falconeta/capacitor-wifi-connect
Advanced tools
Comparing version 0.0.23 to 0.0.24
@@ -156,2 +156,8 @@ { | ||
"docs": "" | ||
}, | ||
{ | ||
"name": "WifiDisabled", | ||
"value": "-4", | ||
"tags": [], | ||
"docs": "" | ||
} | ||
@@ -158,0 +164,0 @@ ] |
@@ -48,3 +48,4 @@ import { PermissionState } from '@capacitor/core'; | ||
Ko = -2, | ||
UnknowSsid = -3 | ||
UnknowSsid = -3, | ||
WifiDisabled = -4 | ||
} |
@@ -7,3 +7,4 @@ export var ConnectState; | ||
ConnectState[ConnectState["UnknowSsid"] = -3] = "UnknowSsid"; | ||
ConnectState[ConnectState["WifiDisabled"] = -4] = "WifiDisabled"; | ||
})(ConnectState || (ConnectState = {})); | ||
//# sourceMappingURL=definitions.js.map |
@@ -13,2 +13,3 @@ 'use strict'; | ||
ConnectState[ConnectState["UnknowSsid"] = -3] = "UnknowSsid"; | ||
ConnectState[ConnectState["WifiDisabled"] = -4] = "WifiDisabled"; | ||
})(exports.ConnectState || (exports.ConnectState = {})); | ||
@@ -15,0 +16,0 @@ |
@@ -10,2 +10,3 @@ var capacitorCapacitorWifiConnectPlugin = (function (exports, core) { | ||
ConnectState[ConnectState["UnknowSsid"] = -3] = "UnknowSsid"; | ||
ConnectState[ConnectState["WifiDisabled"] = -4] = "WifiDisabled"; | ||
})(exports.ConnectState || (exports.ConnectState = {})); | ||
@@ -12,0 +13,0 @@ |
{ | ||
"name": "@falconeta/capacitor-wifi-connect", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"description": "plugin used for connect the device trhought Wifi also with prefix", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |
@@ -171,9 +171,10 @@ # @falconeta/capacitor-wifi-connect | ||
| Members | Value | | ||
| ---------------- | --------------- | | ||
| **`Ok`** | <code>0</code> | | ||
| **`Denied`** | <code>-1</code> | | ||
| **`Ko`** | <code>-2</code> | | ||
| **`UnknowSsid`** | <code>-3</code> | | ||
| Members | Value | | ||
| ------------------ | --------------- | | ||
| **`Ok`** | <code>0</code> | | ||
| **`Denied`** | <code>-1</code> | | ||
| **`Ko`** | <code>-2</code> | | ||
| **`UnknowSsid`** | <code>-3</code> | | ||
| **`WifiDisabled`** | <code>-4</code> | | ||
</docgen-api> |
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
Sorry, the diff of this file is not supported yet
70383
428
180