@garmin/fitsdk 21.133.0 → 21.141.0
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/package.json +1 -1
- package/src/accumulator.js +2 -2
- package/src/bit-stream.js +2 -2
- package/src/crc-calculator.js +2 -2
- package/src/decoder.js +2 -2
- package/src/fit.js +2 -2
- package/src/index.js +2 -2
- package/src/profile.js +118 -4
- package/src/stream.js +2 -2
- package/src/utils-hr-mesg.js +2 -2
- package/src/utils-internal.js +2 -2
- package/src/utils.js +2 -2
package/package.json
CHANGED
package/src/accumulator.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
// Transfer (FIT) Protocol License.
|
|
6
6
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
7
7
|
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
|
|
8
|
-
// Profile Version = 21.
|
|
9
|
-
// Tag = production/release/21.
|
|
8
|
+
// Profile Version = 21.141.0Release
|
|
9
|
+
// Tag = production/release/21.141.0-0-g2aa27e1
|
|
10
10
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
11
11
|
|
|
12
12
|
|
package/src/bit-stream.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
// Transfer (FIT) Protocol License.
|
|
6
6
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
7
7
|
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
|
|
8
|
-
// Profile Version = 21.
|
|
9
|
-
// Tag = production/release/21.
|
|
8
|
+
// Profile Version = 21.141.0Release
|
|
9
|
+
// Tag = production/release/21.141.0-0-g2aa27e1
|
|
10
10
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
11
11
|
|
|
12
12
|
|
package/src/crc-calculator.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
// Transfer (FIT) Protocol License.
|
|
6
6
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
7
7
|
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
|
|
8
|
-
// Profile Version = 21.
|
|
9
|
-
// Tag = production/release/21.
|
|
8
|
+
// Profile Version = 21.141.0Release
|
|
9
|
+
// Tag = production/release/21.141.0-0-g2aa27e1
|
|
10
10
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
11
11
|
|
|
12
12
|
|
package/src/decoder.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
// Transfer (FIT) Protocol License.
|
|
6
6
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
7
7
|
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
|
|
8
|
-
// Profile Version = 21.
|
|
9
|
-
// Tag = production/release/21.
|
|
8
|
+
// Profile Version = 21.141.0Release
|
|
9
|
+
// Tag = production/release/21.141.0-0-g2aa27e1
|
|
10
10
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
11
11
|
|
|
12
12
|
|
package/src/fit.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
// Transfer (FIT) Protocol License.
|
|
6
6
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
7
7
|
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
|
|
8
|
-
// Profile Version = 21.
|
|
9
|
-
// Tag = production/release/21.
|
|
8
|
+
// Profile Version = 21.141.0Release
|
|
9
|
+
// Tag = production/release/21.141.0-0-g2aa27e1
|
|
10
10
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
11
11
|
|
|
12
12
|
|
package/src/index.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
// Transfer (FIT) Protocol License.
|
|
6
6
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
7
7
|
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
|
|
8
|
-
// Profile Version = 21.
|
|
9
|
-
// Tag = production/release/21.
|
|
8
|
+
// Profile Version = 21.141.0Release
|
|
9
|
+
// Tag = production/release/21.141.0-0-g2aa27e1
|
|
10
10
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
11
11
|
|
|
12
12
|
|
package/src/profile.js
CHANGED
|
@@ -5,15 +5,15 @@
|
|
|
5
5
|
// Transfer (FIT) Protocol License.
|
|
6
6
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
7
7
|
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
|
|
8
|
-
// Profile Version = 21.
|
|
9
|
-
// Tag = production/release/21.
|
|
8
|
+
// Profile Version = 21.141.0Release
|
|
9
|
+
// Tag = production/release/21.141.0-0-g2aa27e1
|
|
10
10
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
const Profile = {
|
|
14
14
|
version: {
|
|
15
15
|
major: 21,
|
|
16
|
-
minor:
|
|
16
|
+
minor: 141,
|
|
17
17
|
patch: 0,
|
|
18
18
|
type: "Release"
|
|
19
19
|
},
|
|
@@ -6485,6 +6485,34 @@ const Profile = {
|
|
|
6485
6485
|
hasComponents: false,
|
|
6486
6486
|
subFields: []
|
|
6487
6487
|
},
|
|
6488
|
+
192: {
|
|
6489
|
+
num: 192, // A 0-100 scale representing how a user felt while performing a workout. Low values are considered feeling bad, while high values are good.
|
|
6490
|
+
name: "workoutFeel",
|
|
6491
|
+
type: "uint8",
|
|
6492
|
+
array: "false",
|
|
6493
|
+
scale: 1,
|
|
6494
|
+
offset: 0,
|
|
6495
|
+
units: "",
|
|
6496
|
+
bits: [],
|
|
6497
|
+
components: [],
|
|
6498
|
+
isAccumulated: false,
|
|
6499
|
+
hasComponents: false,
|
|
6500
|
+
subFields: []
|
|
6501
|
+
},
|
|
6502
|
+
193: {
|
|
6503
|
+
num: 193, // Common Borg CR10 / 0-10 RPE scale, multiplied 10x.. Aggregate score for all workouts in a single session.
|
|
6504
|
+
name: "workoutRpe",
|
|
6505
|
+
type: "uint8",
|
|
6506
|
+
array: "false",
|
|
6507
|
+
scale: 1,
|
|
6508
|
+
offset: 0,
|
|
6509
|
+
units: "",
|
|
6510
|
+
bits: [],
|
|
6511
|
+
components: [],
|
|
6512
|
+
isAccumulated: false,
|
|
6513
|
+
hasComponents: false,
|
|
6514
|
+
subFields: []
|
|
6515
|
+
},
|
|
6488
6516
|
194: {
|
|
6489
6517
|
num: 194, // Average SPO2 for the monitoring session
|
|
6490
6518
|
name: "avgSpo2",
|
|
@@ -21480,6 +21508,83 @@ const Profile = {
|
|
|
21480
21508
|
subFields: []
|
|
21481
21509
|
},
|
|
21482
21510
|
},
|
|
21511
|
+
},
|
|
21512
|
+
398: {
|
|
21513
|
+
num: 398,
|
|
21514
|
+
name: "skinTempOvernight",
|
|
21515
|
+
messagesKey: "skinTempOvernightMesgs",
|
|
21516
|
+
fields: {
|
|
21517
|
+
253: {
|
|
21518
|
+
num: 253,
|
|
21519
|
+
name: "timestamp",
|
|
21520
|
+
type: "dateTime",
|
|
21521
|
+
array: "false",
|
|
21522
|
+
scale: 1,
|
|
21523
|
+
offset: 0,
|
|
21524
|
+
units: "",
|
|
21525
|
+
bits: [],
|
|
21526
|
+
components: [],
|
|
21527
|
+
isAccumulated: false,
|
|
21528
|
+
hasComponents: false,
|
|
21529
|
+
subFields: []
|
|
21530
|
+
},
|
|
21531
|
+
0: {
|
|
21532
|
+
num: 0,
|
|
21533
|
+
name: "localTimestamp",
|
|
21534
|
+
type: "localDateTime",
|
|
21535
|
+
array: "false",
|
|
21536
|
+
scale: 1,
|
|
21537
|
+
offset: 0,
|
|
21538
|
+
units: "",
|
|
21539
|
+
bits: [],
|
|
21540
|
+
components: [],
|
|
21541
|
+
isAccumulated: false,
|
|
21542
|
+
hasComponents: false,
|
|
21543
|
+
subFields: []
|
|
21544
|
+
},
|
|
21545
|
+
1: {
|
|
21546
|
+
num: 1, // The average overnight deviation from baseline temperature in degrees C
|
|
21547
|
+
name: "averageDeviation",
|
|
21548
|
+
type: "float32",
|
|
21549
|
+
array: "false",
|
|
21550
|
+
scale: 1,
|
|
21551
|
+
offset: 0,
|
|
21552
|
+
units: "",
|
|
21553
|
+
bits: [],
|
|
21554
|
+
components: [],
|
|
21555
|
+
isAccumulated: false,
|
|
21556
|
+
hasComponents: false,
|
|
21557
|
+
subFields: []
|
|
21558
|
+
},
|
|
21559
|
+
2: {
|
|
21560
|
+
num: 2, // The average 7 day overnight deviation from baseline temperature in degrees C
|
|
21561
|
+
name: "average7DayDeviation",
|
|
21562
|
+
type: "float32",
|
|
21563
|
+
array: "false",
|
|
21564
|
+
scale: 1,
|
|
21565
|
+
offset: 0,
|
|
21566
|
+
units: "",
|
|
21567
|
+
bits: [],
|
|
21568
|
+
components: [],
|
|
21569
|
+
isAccumulated: false,
|
|
21570
|
+
hasComponents: false,
|
|
21571
|
+
subFields: []
|
|
21572
|
+
},
|
|
21573
|
+
4: {
|
|
21574
|
+
num: 4, // Final overnight temperature value
|
|
21575
|
+
name: "nightlyValue",
|
|
21576
|
+
type: "float32",
|
|
21577
|
+
array: "false",
|
|
21578
|
+
scale: 1,
|
|
21579
|
+
offset: 0,
|
|
21580
|
+
units: "",
|
|
21581
|
+
bits: [],
|
|
21582
|
+
components: [],
|
|
21583
|
+
isAccumulated: false,
|
|
21584
|
+
hasComponents: false,
|
|
21585
|
+
subFields: []
|
|
21586
|
+
},
|
|
21587
|
+
},
|
|
21483
21588
|
},
|
|
21484
21589
|
105: {
|
|
21485
21590
|
num: 105,
|
|
@@ -21631,6 +21736,7 @@ types: {
|
|
|
21631
21736
|
388: "chronoShotData",
|
|
21632
21737
|
389: "hsaConfigurationData",
|
|
21633
21738
|
393: "diveApneaAlarm",
|
|
21739
|
+
398: "skinTempOvernight",
|
|
21634
21740
|
409: "hsaWristTemperatureData", // Message number for the HSA wrist temperature data message
|
|
21635
21741
|
0xFF00: "mfgRangeMin", // 0xFF00 - 0xFFFE reserved for manufacturer specific messages
|
|
21636
21742
|
0xFFFE: "mfgRangeMax", // 0xFF00 - 0xFFFE reserved for manufacturer specific messages
|
|
@@ -22676,6 +22782,7 @@ types: {
|
|
|
22676
22782
|
326: "nike",
|
|
22677
22783
|
327: "magicshine",
|
|
22678
22784
|
328: "ictrainer",
|
|
22785
|
+
329: "absoluteCycling",
|
|
22679
22786
|
5759: "actigraphcorp",
|
|
22680
22787
|
},
|
|
22681
22788
|
garminProduct: {
|
|
@@ -23095,6 +23202,8 @@ types: {
|
|
|
23095
23202
|
4380: "lily2",
|
|
23096
23203
|
4394: "instinct2x",
|
|
23097
23204
|
4426: "vivoactive5",
|
|
23205
|
+
4432: "fr165",
|
|
23206
|
+
4433: "fr165Music",
|
|
23098
23207
|
4442: "descentT2",
|
|
23099
23208
|
4446: "hrmFit",
|
|
23100
23209
|
4472: "marqGen2Commander",
|
|
@@ -23509,8 +23618,12 @@ types: {
|
|
|
23509
23618
|
6: "qom",
|
|
23510
23619
|
7: "pr",
|
|
23511
23620
|
8: "goal",
|
|
23512
|
-
9: "
|
|
23621
|
+
9: "carrot",
|
|
23513
23622
|
10: "clubLeader",
|
|
23623
|
+
11: "rival",
|
|
23624
|
+
12: "last",
|
|
23625
|
+
13: "recentBest",
|
|
23626
|
+
14: "courseRecord",
|
|
23514
23627
|
},
|
|
23515
23628
|
segmentDeleteStatus: {
|
|
23516
23629
|
0: "doNotDelete",
|
|
@@ -25603,6 +25716,7 @@ MesgNum : {
|
|
|
25603
25716
|
TANK_UPDATE: 319,
|
|
25604
25717
|
TANK_SUMMARY: 323,
|
|
25605
25718
|
SLEEP_ASSESSMENT: 346,
|
|
25719
|
+
SKIN_TEMP_OVERNIGHT: 398,
|
|
25606
25720
|
PAD: 105,
|
|
25607
25721
|
}
|
|
25608
25722
|
}
|
package/src/stream.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
// Transfer (FIT) Protocol License.
|
|
6
6
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
7
7
|
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
|
|
8
|
-
// Profile Version = 21.
|
|
9
|
-
// Tag = production/release/21.
|
|
8
|
+
// Profile Version = 21.141.0Release
|
|
9
|
+
// Tag = production/release/21.141.0-0-g2aa27e1
|
|
10
10
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
11
11
|
|
|
12
12
|
|
package/src/utils-hr-mesg.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
// Transfer (FIT) Protocol License.
|
|
6
6
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
7
7
|
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
|
|
8
|
-
// Profile Version = 21.
|
|
9
|
-
// Tag = production/release/21.
|
|
8
|
+
// Profile Version = 21.141.0Release
|
|
9
|
+
// Tag = production/release/21.141.0-0-g2aa27e1
|
|
10
10
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
11
11
|
|
|
12
12
|
|
package/src/utils-internal.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
// Transfer (FIT) Protocol License.
|
|
6
6
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
7
7
|
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
|
|
8
|
-
// Profile Version = 21.
|
|
9
|
-
// Tag = production/release/21.
|
|
8
|
+
// Profile Version = 21.141.0Release
|
|
9
|
+
// Tag = production/release/21.141.0-0-g2aa27e1
|
|
10
10
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
11
11
|
|
|
12
12
|
|
package/src/utils.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
// Transfer (FIT) Protocol License.
|
|
6
6
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
7
7
|
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
|
|
8
|
-
// Profile Version = 21.
|
|
9
|
-
// Tag = production/release/21.
|
|
8
|
+
// Profile Version = 21.141.0Release
|
|
9
|
+
// Tag = production/release/21.141.0-0-g2aa27e1
|
|
10
10
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
11
11
|
|
|
12
12
|
|