Skip to content

Commit 16c3eff

Browse files
authored
Garmin FIT SDK 21.141.0
Garmin FIT SDK 21.141.0
2 parents 636b1e0 + 48b3326 commit 16c3eff

File tree

12 files changed

+139
-25
lines changed

12 files changed

+139
-25
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@garmin/fitsdk",
3-
"version": "21.133.0",
3+
"version": "21.141.0",
44
"description": "FIT JavaScript SDK",
55
"main": "src/index.js",
66
"type": "module",

src/accumulator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// Transfer (FIT) Protocol License.
66
/////////////////////////////////////////////////////////////////////////////////////////////
77
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
8-
// Profile Version = 21.133.0Release
9-
// Tag = production/release/21.133.0-0-g6002091
8+
// Profile Version = 21.141.0Release
9+
// Tag = production/release/21.141.0-0-g2aa27e1
1010
/////////////////////////////////////////////////////////////////////////////////////////////
1111

1212

src/bit-stream.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// Transfer (FIT) Protocol License.
66
/////////////////////////////////////////////////////////////////////////////////////////////
77
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
8-
// Profile Version = 21.133.0Release
9-
// Tag = production/release/21.133.0-0-g6002091
8+
// Profile Version = 21.141.0Release
9+
// Tag = production/release/21.141.0-0-g2aa27e1
1010
/////////////////////////////////////////////////////////////////////////////////////////////
1111

1212

src/crc-calculator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// Transfer (FIT) Protocol License.
66
/////////////////////////////////////////////////////////////////////////////////////////////
77
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
8-
// Profile Version = 21.133.0Release
9-
// Tag = production/release/21.133.0-0-g6002091
8+
// Profile Version = 21.141.0Release
9+
// Tag = production/release/21.141.0-0-g2aa27e1
1010
/////////////////////////////////////////////////////////////////////////////////////////////
1111

1212

src/decoder.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// Transfer (FIT) Protocol License.
66
/////////////////////////////////////////////////////////////////////////////////////////////
77
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
8-
// Profile Version = 21.133.0Release
9-
// Tag = production/release/21.133.0-0-g6002091
8+
// Profile Version = 21.141.0Release
9+
// Tag = production/release/21.141.0-0-g2aa27e1
1010
/////////////////////////////////////////////////////////////////////////////////////////////
1111

1212

src/fit.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// Transfer (FIT) Protocol License.
66
/////////////////////////////////////////////////////////////////////////////////////////////
77
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
8-
// Profile Version = 21.133.0Release
9-
// Tag = production/release/21.133.0-0-g6002091
8+
// Profile Version = 21.141.0Release
9+
// Tag = production/release/21.141.0-0-g2aa27e1
1010
/////////////////////////////////////////////////////////////////////////////////////////////
1111

1212

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// Transfer (FIT) Protocol License.
66
/////////////////////////////////////////////////////////////////////////////////////////////
77
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
8-
// Profile Version = 21.133.0Release
9-
// Tag = production/release/21.133.0-0-g6002091
8+
// Profile Version = 21.141.0Release
9+
// Tag = production/release/21.141.0-0-g2aa27e1
1010
/////////////////////////////////////////////////////////////////////////////////////////////
1111

1212

src/profile.js

Lines changed: 118 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
// Transfer (FIT) Protocol License.
66
/////////////////////////////////////////////////////////////////////////////////////////////
77
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
8-
// Profile Version = 21.133.0Release
9-
// Tag = production/release/21.133.0-0-g6002091
8+
// Profile Version = 21.141.0Release
9+
// Tag = production/release/21.141.0-0-g2aa27e1
1010
/////////////////////////////////////////////////////////////////////////////////////////////
1111

1212

1313
const Profile = {
1414
version: {
1515
major: 21,
16-
minor: 133,
16+
minor: 141,
1717
patch: 0,
1818
type: "Release"
1919
},
@@ -6485,6 +6485,34 @@ const Profile = {
64856485
hasComponents: false,
64866486
subFields: []
64876487
},
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+
},
64886516
194: {
64896517
num: 194, // Average SPO2 for the monitoring session
64906518
name: "avgSpo2",
@@ -21480,6 +21508,83 @@ const Profile = {
2148021508
subFields: []
2148121509
},
2148221510
},
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+
},
2148321588
},
2148421589
105: {
2148521590
num: 105,
@@ -21631,6 +21736,7 @@ types: {
2163121736
388: "chronoShotData",
2163221737
389: "hsaConfigurationData",
2163321738
393: "diveApneaAlarm",
21739+
398: "skinTempOvernight",
2163421740
409: "hsaWristTemperatureData", // Message number for the HSA wrist temperature data message
2163521741
0xFF00: "mfgRangeMin", // 0xFF00 - 0xFFFE reserved for manufacturer specific messages
2163621742
0xFFFE: "mfgRangeMax", // 0xFF00 - 0xFFFE reserved for manufacturer specific messages
@@ -22676,6 +22782,7 @@ types: {
2267622782
326: "nike",
2267722783
327: "magicshine",
2267822784
328: "ictrainer",
22785+
329: "absoluteCycling",
2267922786
5759: "actigraphcorp",
2268022787
},
2268122788
garminProduct: {
@@ -23095,6 +23202,8 @@ types: {
2309523202
4380: "lily2",
2309623203
4394: "instinct2x",
2309723204
4426: "vivoactive5",
23205+
4432: "fr165",
23206+
4433: "fr165Music",
2309823207
4442: "descentT2",
2309923208
4446: "hrmFit",
2310023209
4472: "marqGen2Commander",
@@ -23509,8 +23618,12 @@ types: {
2350923618
6: "qom",
2351023619
7: "pr",
2351123620
8: "goal",
23512-
9: "rival",
23621+
9: "carrot",
2351323622
10: "clubLeader",
23623+
11: "rival",
23624+
12: "last",
23625+
13: "recentBest",
23626+
14: "courseRecord",
2351423627
},
2351523628
segmentDeleteStatus: {
2351623629
0: "doNotDelete",
@@ -25603,6 +25716,7 @@ MesgNum : {
2560325716
TANK_UPDATE: 319,
2560425717
TANK_SUMMARY: 323,
2560525718
SLEEP_ASSESSMENT: 346,
25719+
SKIN_TEMP_OVERNIGHT: 398,
2560625720
PAD: 105,
2560725721
}
2560825722
}

src/stream.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// Transfer (FIT) Protocol License.
66
/////////////////////////////////////////////////////////////////////////////////////////////
77
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
8-
// Profile Version = 21.133.0Release
9-
// Tag = production/release/21.133.0-0-g6002091
8+
// Profile Version = 21.141.0Release
9+
// Tag = production/release/21.141.0-0-g2aa27e1
1010
/////////////////////////////////////////////////////////////////////////////////////////////
1111

1212

src/utils-hr-mesg.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// Transfer (FIT) Protocol License.
66
/////////////////////////////////////////////////////////////////////////////////////////////
77
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
8-
// Profile Version = 21.133.0Release
9-
// Tag = production/release/21.133.0-0-g6002091
8+
// Profile Version = 21.141.0Release
9+
// Tag = production/release/21.141.0-0-g2aa27e1
1010
/////////////////////////////////////////////////////////////////////////////////////////////
1111

1212

0 commit comments

Comments
 (0)