@moshenguo/ms-data-sdk 0.1.6 → 0.1.7
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/build/sdk/bleConst.d.ts +205 -205
- package/build/sdk/bleSDK.d.ts +266 -226
- package/build/sdk/models.d.ts +58 -85
- package/build/sdk/resolveUtil.d.ts +133 -57
- package/dist/index.esm.js +1 -1
- package/dist/index.min.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/BleSDK.html +181 -191
- package/docs/classes/ResolveUtil.html +81 -53
- package/docs/hierarchy.html +1 -1
- package/docs/index.html +2 -2
- package/docs/interfaces/MyAutomaticHRMonitoring.html +22 -22
- package/docs/interfaces/MyDeviceInfo.html +12 -12
- package/docs/interfaces/MyPersonalInfo.html +8 -8
- package/docs/interfaces/MySedentaryReminderV4.html +16 -16
- package/docs/interfaces/MyWeeksV4.html +10 -10
- package/docs/modules.html +1 -1
- package/docs/variables/BleConst.html +94 -94
- package/docs/variables/DeviceKey.html +113 -113
- package/package.json +1 -1
- package/build/sdk/constants.d.ts +0 -9
package/package.json
CHANGED
package/build/sdk/constants.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export default class Constants {
|
|
2
|
-
static NOTIFY: string;
|
|
3
|
-
static SERVICE_DATA_UUID: string;
|
|
4
|
-
static SERVICE_DATA: string;
|
|
5
|
-
static DATA_CHARACTERISTIC: string;
|
|
6
|
-
static NOTIFY_CHARACTERISTIC: string;
|
|
7
|
-
static BLUE_CONNECTION_STATE: string;
|
|
8
|
-
static BLUE_DATA_RECEIVED: string;
|
|
9
|
-
}
|