qcloud-iotexplorer-appdev-plugin-wificonf-blecombo
Advanced tools
Comparing version 1.9.0 to 1.9.2
@@ -107,3 +107,6 @@ import { BleComboLLSyncDeviceAdapterBase } from '../BleComboLLSync'; | ||
}): Promise<void>; | ||
setBLEMTU(params: any): any; | ||
setBLEMTU(params: { | ||
deviceId?: string; | ||
mtu: number; | ||
}): any; | ||
getBLEDeviceRSSI(): any; | ||
@@ -199,3 +202,6 @@ destroy(): void; | ||
}): Promise<void>; | ||
setBLEMTU(params: any): any; | ||
setBLEMTU(params: { | ||
deviceId?: string; | ||
mtu: number; | ||
}): any; | ||
getBLEDeviceRSSI(): any; | ||
@@ -202,0 +208,0 @@ destroy(): void; |
@@ -140,3 +140,6 @@ import { Reporter } from 'qcloud-iotexplorer-appdev-sdk'; | ||
}): Promise<void>; | ||
setBLEMTU(params: any): any; | ||
setBLEMTU(params: { | ||
deviceId?: string; | ||
mtu: number; | ||
}): any; | ||
getBLEDeviceRSSI(): any; | ||
@@ -232,3 +235,6 @@ destroy(): void; | ||
}): Promise<void>; | ||
setBLEMTU(params: any): any; | ||
setBLEMTU(params: { | ||
deviceId?: string; | ||
mtu: number; | ||
}): any; | ||
getBLEDeviceRSSI(): any; | ||
@@ -235,0 +241,0 @@ destroy(): void; |
{ | ||
"name": "qcloud-iotexplorer-appdev-plugin-wificonf-blecombo", | ||
"version": "1.9.0", | ||
"version": "1.9.2", | ||
"description": "", | ||
@@ -19,7 +19,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"iotexplorer-ui-dev-config": "^1.7.4", | ||
"qcloud-iotexplorer-appdev-plugin-wificonf-core": "^1.9.0", | ||
"qcloud-iotexplorer-appdev-sdk": "^1.9.0", | ||
"qcloud-iotexplorer-bluetooth-adapter": "^0.8.0", | ||
"qcloud-iotexplorer-bluetooth-adapter-llsync": "^1.9.0", | ||
"iotexplorer-ui-dev-config": "^1.7.6", | ||
"qcloud-iotexplorer-appdev-plugin-wificonf-core": "^1.9.2", | ||
"qcloud-iotexplorer-appdev-sdk": "^1.9.2", | ||
"qcloud-iotexplorer-bluetooth-adapter": "^0.8.2", | ||
"qcloud-iotexplorer-bluetooth-adapter-llsync": "^1.9.2", | ||
"spark-md5": "^3.0.1", | ||
@@ -36,3 +36,3 @@ "tslib": "^2.0.1" | ||
}, | ||
"gitHead": "b5838d85e9fbd3444bbddcfd843d2bedd85d69dd" | ||
"gitHead": "902a3ca640cb46524c3f7a1e9f66897db59be629" | ||
} |
156802
833