senza-sdk 4.3.5 → 4.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -91,7 +91,6 @@ export class DeviceManager extends EventTarget {
|
|
|
91
91
|
/**
|
|
92
92
|
* Get Wi-Fi info - access point data and status (the status is cached for 5 seconds)
|
|
93
93
|
* @returns {WiFiInfo} An object containing the Wi-Fi info
|
|
94
|
-
* @alpha API has not yet been released
|
|
95
94
|
* */
|
|
96
95
|
// This api is part of epic HSDEV-4185
|
|
97
96
|
async getWifiInfo() {
|
package/src/interface/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = "4.3.
|
|
1
|
+
export const version = "4.3.6";
|