Socket
Socket
Sign inDemoInstall

qcloud-iotexplorer-bluetooth-adapter-llsync

Package Overview
Dependencies
Maintainers
5
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qcloud-iotexplorer-bluetooth-adapter-llsync - npm Package Compare versions

Comparing version 2.3.23 to 2.3.24

4

lib/base/LLSyncDeviceAdapterBase.d.ts

@@ -51,3 +51,5 @@ import { Reporter } from 'qcloud-iotexplorer-appdev-sdk';

writeData(data: any, params?: Omit<WriteDataParams, 'data'>): Promise<void>;
setMtu(mtu: any): Promise<any>;
setMtu(mtu: any): Promise<{
mtu: number;
}>;
protected writeDataInternal({ params, isCancelled, }: {

@@ -54,0 +56,0 @@ params: WriteDataParams;

@@ -98,3 +98,11 @@ import { StandardDeviceAdapter, WriteDataParams } from '../base';

mtu: number;
}): any;
}): Promise<{
mtu: number;
}>;
getBLEMTU(params?: {
deviceId?: string;
writeType?: "write" | "writeNoResponse";
}): Promise<{
mtu: number;
}>;
getBLEDeviceRSSI(): any;

@@ -101,0 +109,0 @@ destroy(): void;

@@ -88,3 +88,11 @@ export declare const StandardDeviceAdapter4Mp: (new (...args: any[]) => {

mtu: number;
}): any;
}): Promise<{
mtu: number;
}>;
getBLEMTU(params?: {
deviceId?: string;
writeType?: "write" | "writeNoResponse";
}): Promise<{
mtu: number;
}>;
getBLEDeviceRSSI(): any;

@@ -91,0 +99,0 @@ destroy(): void;

{
"name": "qcloud-iotexplorer-bluetooth-adapter-llsync",
"version": "2.3.23",
"version": "2.3.24",
"description": "",

@@ -20,5 +20,5 @@ "main": "lib/index.js",

"mp-debug": "^0.1.1",
"qcloud-iotexplorer-appdev-sdk": "^2.3.12",
"qcloud-iotexplorer-bluetooth-adapter": "^0.12.19",
"qcloud-iotexplorer-common-libs": "^0.12.14",
"qcloud-iotexplorer-appdev-sdk": "^2.3.13",
"qcloud-iotexplorer-bluetooth-adapter": "^0.12.20",
"qcloud-iotexplorer-common-libs": "^0.12.15",
"shortid-for-miniprogram": "^2.2.15",

@@ -31,3 +31,3 @@ "spark-md5": "^3.0.1",

},
"gitHead": "bb1bad2ea0f91ce15b1dadc287a0bb25d17feb07"
"gitHead": "d208071b4debbdfa750bbe038599f9151748bf0b"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc