qcloud-iotexplorer-appdev-plugin-wificonf-blecombo
Advanced tools
Comparing version 1.2.6 to 1.2.7
@@ -80,3 +80,3 @@ import { BleComboLLSyncDeviceAdapterBase, LLSyncComboDeviceAdapterOptions } from '../BleComboLLSync'; | ||
}): Promise<void>; | ||
disconnectDevice(): Promise<void>; | ||
disconnectDevice(): void; | ||
connectDevice({ autoNotify, }?: { | ||
@@ -173,3 +173,3 @@ autoNotify?: boolean; | ||
}): Promise<void>; | ||
disconnectDevice(): Promise<void>; | ||
disconnectDevice(): void; | ||
connectDevice({ autoNotify, }?: { | ||
@@ -176,0 +176,0 @@ autoNotify?: boolean; |
@@ -116,3 +116,3 @@ import { Reporter } from 'qcloud-iotexplorer-appdev-sdk'; | ||
}): Promise<void>; | ||
disconnectDevice(): Promise<void>; | ||
disconnectDevice(): void; | ||
connectDevice({ autoNotify, }?: { | ||
@@ -209,3 +209,3 @@ autoNotify?: boolean; | ||
}): Promise<void>; | ||
disconnectDevice(): Promise<void>; | ||
disconnectDevice(): void; | ||
connectDevice({ autoNotify, }?: { | ||
@@ -212,0 +212,0 @@ autoNotify?: boolean; |
{ | ||
"name": "qcloud-iotexplorer-appdev-plugin-wificonf-blecombo", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "", | ||
@@ -23,3 +23,3 @@ "main": "lib/index.js", | ||
"qcloud-iotexplorer-bluetooth-adapter": "^0.3.6", | ||
"qcloud-iotexplorer-bluetooth-adapter-llsync": "^1.3.8", | ||
"qcloud-iotexplorer-bluetooth-adapter-llsync": "^1.3.9", | ||
"spark-md5": "^3.0.1", | ||
@@ -33,3 +33,3 @@ "tslib": "^2.0.1" | ||
}, | ||
"gitHead": "01d5cbbf2faf316bc5e9fd3a2db17e6b0977d0c4" | ||
"gitHead": "10163258c2ec4eacfbe72611ec7205e18498be6a" | ||
} |
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
73171