qcloud-iotexplorer-bluetooth-adapter-llsync
Advanced tools
Comparing version 1.9.0 to 1.9.2
@@ -82,3 +82,6 @@ import { StandardDeviceAdapter } from '../base'; | ||
}): Promise<void>; | ||
setBLEMTU(params: any): any; | ||
setBLEMTU(params: { | ||
deviceId?: string; | ||
mtu: number; | ||
}): any; | ||
getBLEDeviceRSSI(): any; | ||
@@ -85,0 +88,0 @@ destroy(): void; |
@@ -81,3 +81,6 @@ export declare const StandardDeviceAdapter4Mp: (new (...args: any[]) => { | ||
}): Promise<void>; | ||
setBLEMTU(params: any): any; | ||
setBLEMTU(params: { | ||
deviceId?: string; | ||
mtu: number; | ||
}): any; | ||
getBLEDeviceRSSI(): any; | ||
@@ -84,0 +87,0 @@ destroy(): void; |
{ | ||
"name": "qcloud-iotexplorer-bluetooth-adapter-llsync", | ||
"version": "1.9.0", | ||
"version": "1.9.2", | ||
"description": "", | ||
@@ -17,7 +17,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"event-emitter-for-miniprogram": "^0.8.0", | ||
"iotexplorer-ui-dev-config": "^1.7.4", | ||
"qcloud-iotexplorer-appdev-sdk": "^1.9.0", | ||
"qcloud-iotexplorer-bluetooth-adapter": "^0.8.0", | ||
"qcloud-iotexplorer-common-libs": "^0.9.0", | ||
"event-emitter-for-miniprogram": "^0.8.2", | ||
"iotexplorer-ui-dev-config": "^1.7.6", | ||
"qcloud-iotexplorer-appdev-sdk": "^1.9.2", | ||
"qcloud-iotexplorer-bluetooth-adapter": "^0.8.2", | ||
"qcloud-iotexplorer-common-libs": "^0.9.2", | ||
"shortid-for-miniprogram": "^2.2.15", | ||
@@ -30,3 +30,3 @@ "spark-md5": "^3.0.1", | ||
}, | ||
"gitHead": "b5838d85e9fbd3444bbddcfd843d2bedd85d69dd" | ||
"gitHead": "902a3ca640cb46524c3f7a1e9f66897db59be629" | ||
} |
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
200619
1287