mini_program_gizwits_sdk 3.1.7-0 → 3.1.7-rc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/src/sdk.d.ts CHANGED
@@ -110,7 +110,7 @@ declare class SDK {
110
110
  private notiDeviceList;
111
111
  startAutoScan: () => void;
112
112
  stopAutoScan: () => void;
113
- setDeviceMeta: <K extends "name" | "mac" | "productKey" | "did" | "bleWorkStatus" | "isBind" | "rootDeviceId" | "bleDeviceID" | "remark" | "connectType" | "isOnline" | "isLanOnline" | "isBleOnline" | "host" | "wss_port" | "ctime">(curDev: IDevice, key: K, value: IDevice[K]) => void;
113
+ setDeviceMeta: <K extends "isBind" | "productKey" | "mac" | "name" | "did" | "bleWorkStatus" | "rootDeviceId" | "bleDeviceID" | "remark" | "connectType" | "isOnline" | "isLanOnline" | "isBleOnline" | "host" | "wss_port" | "ctime">(curDev: IDevice, key: K, value: IDevice[K]) => void;
114
114
  getVersion: () => {
115
115
  success: boolean;
116
116
  data: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mini_program_gizwits_sdk",
3
- "version": "3.1.7-0",
3
+ "version": "3.1.7-rc",
4
4
  "description": "增加新的蓝牙配网协议解析",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {