qcloud-iotexplorer-appdev-plugin-wificonf-blecombo
Advanced tools
Comparing version 2.2.1-alpha.0 to 2.2.2-alpha.0
@@ -37,2 +37,3 @@ import { BleComboLLSyncDeviceAdapterBase } from '../BleComboLLSync'; | ||
_deviceRegistered: boolean; | ||
_characteristicsAutoNotified: boolean; | ||
_services: any[]; | ||
@@ -86,2 +87,3 @@ characteristicsMap: {}; | ||
}): Promise<void>; | ||
autoNotifyCharacteristics(force?: boolean): Promise<void>; | ||
write(data: any, { writeId, serviceId, }?: { | ||
@@ -138,2 +140,3 @@ writeId?: string; | ||
_deviceRegistered: boolean; | ||
_characteristicsAutoNotified: boolean; | ||
_services: any[]; | ||
@@ -187,2 +190,3 @@ characteristicsMap: {}; | ||
}): Promise<void>; | ||
autoNotifyCharacteristics(force?: boolean): Promise<void>; | ||
_write(value: any, { writeId, serviceId, }?: { | ||
@@ -189,0 +193,0 @@ writeId?: string; |
@@ -70,2 +70,3 @@ import { Reporter } from 'qcloud-iotexplorer-appdev-sdk'; | ||
_deviceRegistered: boolean; | ||
_characteristicsAutoNotified: boolean; | ||
_services: any[]; | ||
@@ -119,2 +120,3 @@ characteristicsMap: {}; | ||
}): Promise<void>; | ||
autoNotifyCharacteristics(force?: boolean): Promise<void>; | ||
write(data: any, { writeId, serviceId, }?: { | ||
@@ -171,2 +173,3 @@ writeId?: string; | ||
_deviceRegistered: boolean; | ||
_characteristicsAutoNotified: boolean; | ||
_services: any[]; | ||
@@ -220,2 +223,3 @@ characteristicsMap: {}; | ||
}): Promise<void>; | ||
autoNotifyCharacteristics(force?: boolean): Promise<void>; | ||
_write(value: any, { writeId, serviceId, }?: { | ||
@@ -222,0 +226,0 @@ writeId?: string; |
{ | ||
"name": "qcloud-iotexplorer-appdev-plugin-wificonf-blecombo", | ||
"version": "2.2.1-alpha.0", | ||
"version": "2.2.2-alpha.0", | ||
"description": "", | ||
@@ -22,4 +22,4 @@ "main": "lib/index.js", | ||
"qcloud-iotexplorer-appdev-sdk": "^2.2.1-alpha.0", | ||
"qcloud-iotexplorer-bluetooth-adapter": "^0.11.1-alpha.0", | ||
"qcloud-iotexplorer-bluetooth-adapter-llsync": "^2.2.1-alpha.0", | ||
"qcloud-iotexplorer-bluetooth-adapter": "^0.11.2-alpha.0", | ||
"qcloud-iotexplorer-bluetooth-adapter-llsync": "^2.2.2-alpha.0", | ||
"spark-md5": "^3.0.1", | ||
@@ -36,3 +36,3 @@ "tslib": "^2.0.1" | ||
}, | ||
"gitHead": "4b94a1153454fdc36d7b53e5beee31362b68e7bc" | ||
"gitHead": "632c146c29217f586da47f75b48bbbba41dabe35" | ||
} |
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
157739
846
+ Addedqcloud-iotexplorer-bluetooth-adapter@0.11.2-alpha.0(transitive)
- Removedqcloud-iotexplorer-bluetooth-adapter@0.11.1-alpha.0(transitive)
Updatedqcloud-iotexplorer-bluetooth-adapter-llsync@^2.2.2-alpha.0