mini_program_gizwits_sdk 3.6.2 → 3.6.4

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/README.md CHANGED
@@ -127,6 +127,10 @@ sdk.setLogLevel("debug")
127
127
 
128
128
  绑定远程设备,否则无法发起设备订阅。返回值中可以拿到绑定结果。
129
129
 
130
+ ### sdk.unbindDevice({devices: [IDevice]})
131
+
132
+ 解绑设备
133
+
130
134
  #### 参数
131
135
 
132
136
  - Object object
package/dist/index.d.ts CHANGED
@@ -2,7 +2,6 @@ import 'miniprogram-api-typings';
2
2
  import gizwitsSdk from './src/sdk';
3
3
  import errorCode from './src/errorCode';
4
4
  import { BleHandle } from './src/handler/ble';
5
- import * as types from './src/types';
6
5
  export { errorCode, BleHandle };
7
- export { types };
8
6
  export default gizwitsSdk;
7
+ export * from './src/types';