fit-file-parser 4.1.0 → 5.0.1
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/CHANGELOG.md +50 -0
- package/README.md +86 -1
- package/dist/binary.d.ts +2 -3
- package/dist/binary.js +23 -40
- package/dist/cjs/binary.d.ts +2 -3
- package/dist/cjs/binary.js +23 -40
- package/dist/cjs/fit-parser.js +4 -2
- package/dist/cjs/fit.d.ts +11 -9
- package/dist/cjs/fit.js +123 -9187
- package/dist/cjs/fit_types.d.ts +551 -555
- package/dist/cjs/garmin_profile.generated.js +479 -479
- package/dist/cjs/helper.js +22 -12
- package/dist/cjs/messages.d.ts +2 -3
- package/dist/cjs/type_generator.js +36 -35
- package/dist/fit-parser.js +4 -2
- package/dist/fit.d.ts +11 -9
- package/dist/fit.js +122 -9186
- package/dist/fit_types.d.ts +551 -555
- package/dist/garmin_profile.generated.js +479 -479
- package/dist/helper.js +22 -12
- package/dist/messages.d.ts +2 -3
- package/dist/type_generator.js +36 -35
- package/package.json +1 -1
|
@@ -86,7 +86,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
86
86
|
},
|
|
87
87
|
1: {
|
|
88
88
|
field: 'sports',
|
|
89
|
-
type: '
|
|
89
|
+
type: 'sport_bits0',
|
|
90
90
|
baseType: 'uint8z',
|
|
91
91
|
array: true,
|
|
92
92
|
scale: 1,
|
|
@@ -991,7 +991,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
991
991
|
units: '',
|
|
992
992
|
},
|
|
993
993
|
44: {
|
|
994
|
-
field: '
|
|
994
|
+
field: 'shimano_di2_enabled',
|
|
995
995
|
type: 'bool',
|
|
996
996
|
baseType: 'enum',
|
|
997
997
|
array: false,
|
|
@@ -1673,7 +1673,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
1673
1673
|
},
|
|
1674
1674
|
37: {
|
|
1675
1675
|
field: 'left_right_balance',
|
|
1676
|
-
type: '
|
|
1676
|
+
type: 'left_right_balance100',
|
|
1677
1677
|
baseType: 'uint16',
|
|
1678
1678
|
array: false,
|
|
1679
1679
|
scale: 1,
|
|
@@ -2491,7 +2491,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
2491
2491
|
units: 'percent',
|
|
2492
2492
|
},
|
|
2493
2493
|
145: {
|
|
2494
|
-
field: '
|
|
2494
|
+
field: 'start_n2',
|
|
2495
2495
|
type: 'uint16',
|
|
2496
2496
|
baseType: 'uint16',
|
|
2497
2497
|
array: false,
|
|
@@ -2500,7 +2500,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
2500
2500
|
units: 'percent',
|
|
2501
2501
|
},
|
|
2502
2502
|
146: {
|
|
2503
|
-
field: '
|
|
2503
|
+
field: 'end_n2',
|
|
2504
2504
|
type: 'uint16',
|
|
2505
2505
|
baseType: 'uint16',
|
|
2506
2506
|
array: false,
|
|
@@ -2545,7 +2545,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
2545
2545
|
units: 'C',
|
|
2546
2546
|
},
|
|
2547
2547
|
155: {
|
|
2548
|
-
field: '
|
|
2548
|
+
field: 'o2_toxicity',
|
|
2549
2549
|
type: 'uint16',
|
|
2550
2550
|
baseType: 'uint16',
|
|
2551
2551
|
array: false,
|
|
@@ -2662,7 +2662,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
2662
2662
|
units: '',
|
|
2663
2663
|
},
|
|
2664
2664
|
194: {
|
|
2665
|
-
field: '
|
|
2665
|
+
field: 'avg_spo2',
|
|
2666
2666
|
type: 'uint8',
|
|
2667
2667
|
baseType: 'uint8',
|
|
2668
2668
|
array: false,
|
|
@@ -3035,7 +3035,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
3035
3035
|
},
|
|
3036
3036
|
34: {
|
|
3037
3037
|
field: 'left_right_balance',
|
|
3038
|
-
type: '
|
|
3038
|
+
type: 'left_right_balance100',
|
|
3039
3039
|
baseType: 'uint16',
|
|
3040
3040
|
array: false,
|
|
3041
3041
|
scale: 1,
|
|
@@ -4018,7 +4018,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
4018
4018
|
units: 'C',
|
|
4019
4019
|
},
|
|
4020
4020
|
17: {
|
|
4021
|
-
field: '
|
|
4021
|
+
field: 'speed1s',
|
|
4022
4022
|
type: 'uint8',
|
|
4023
4023
|
baseType: 'uint8',
|
|
4024
4024
|
array: true,
|
|
@@ -4180,7 +4180,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
4180
4180
|
units: 'percent',
|
|
4181
4181
|
},
|
|
4182
4182
|
48: {
|
|
4183
|
-
field: '
|
|
4183
|
+
field: 'time128',
|
|
4184
4184
|
type: 'uint8',
|
|
4185
4185
|
baseType: 'uint8',
|
|
4186
4186
|
array: false,
|
|
@@ -4216,7 +4216,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
4216
4216
|
units: 'm/s',
|
|
4217
4217
|
},
|
|
4218
4218
|
52: {
|
|
4219
|
-
field: '
|
|
4219
|
+
field: 'cadence256',
|
|
4220
4220
|
type: 'uint16',
|
|
4221
4221
|
baseType: 'uint16',
|
|
4222
4222
|
array: false,
|
|
@@ -4414,7 +4414,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
4414
4414
|
units: 'mm',
|
|
4415
4415
|
},
|
|
4416
4416
|
87: {
|
|
4417
|
-
field: '
|
|
4417
|
+
field: 'cycle_length16',
|
|
4418
4418
|
type: 'uint16',
|
|
4419
4419
|
baseType: 'uint16',
|
|
4420
4420
|
array: false,
|
|
@@ -4486,7 +4486,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
4486
4486
|
units: 'percent',
|
|
4487
4487
|
},
|
|
4488
4488
|
98: {
|
|
4489
|
-
field: '
|
|
4489
|
+
field: 'n2_load',
|
|
4490
4490
|
type: 'uint16',
|
|
4491
4491
|
baseType: 'uint16',
|
|
4492
4492
|
array: false,
|
|
@@ -4621,7 +4621,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
4621
4621
|
units: 'm/s',
|
|
4622
4622
|
},
|
|
4623
4623
|
129: {
|
|
4624
|
-
field: '
|
|
4624
|
+
field: 'po2',
|
|
4625
4625
|
type: 'uint8',
|
|
4626
4626
|
baseType: 'uint8',
|
|
4627
4627
|
array: false,
|
|
@@ -4669,7 +4669,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
4669
4669
|
units: '',
|
|
4670
4670
|
},
|
|
4671
4671
|
2: {
|
|
4672
|
-
field: '
|
|
4672
|
+
field: 'data16',
|
|
4673
4673
|
type: 'uint16',
|
|
4674
4674
|
baseType: 'uint16',
|
|
4675
4675
|
array: false,
|
|
@@ -5965,7 +5965,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
5965
5965
|
units: 'mmHg',
|
|
5966
5966
|
},
|
|
5967
5967
|
3: {
|
|
5968
|
-
field: '
|
|
5968
|
+
field: 'map3_sample_mean',
|
|
5969
5969
|
type: 'uint16',
|
|
5970
5970
|
baseType: 'uint16',
|
|
5971
5971
|
array: false,
|
|
@@ -6142,7 +6142,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
6142
6142
|
units: '',
|
|
6143
6143
|
},
|
|
6144
6144
|
8: {
|
|
6145
|
-
field: '
|
|
6145
|
+
field: 'distance16',
|
|
6146
6146
|
type: 'uint16',
|
|
6147
6147
|
baseType: 'uint16',
|
|
6148
6148
|
array: false,
|
|
@@ -6151,7 +6151,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
6151
6151
|
units: '100 * m',
|
|
6152
6152
|
},
|
|
6153
6153
|
9: {
|
|
6154
|
-
field: '
|
|
6154
|
+
field: 'cycles16',
|
|
6155
6155
|
type: 'uint16',
|
|
6156
6156
|
baseType: 'uint16',
|
|
6157
6157
|
array: false,
|
|
@@ -6160,7 +6160,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
6160
6160
|
units: '2 * cycles (steps)',
|
|
6161
6161
|
},
|
|
6162
6162
|
10: {
|
|
6163
|
-
field: '
|
|
6163
|
+
field: 'active_time16',
|
|
6164
6164
|
type: 'uint16',
|
|
6165
6165
|
baseType: 'uint16',
|
|
6166
6166
|
array: false,
|
|
@@ -6232,7 +6232,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
6232
6232
|
units: '',
|
|
6233
6233
|
},
|
|
6234
6234
|
25: {
|
|
6235
|
-
field: '
|
|
6235
|
+
field: 'timestamp_min8',
|
|
6236
6236
|
type: 'uint8',
|
|
6237
6237
|
baseType: 'uint8',
|
|
6238
6238
|
array: false,
|
|
@@ -6241,7 +6241,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
6241
6241
|
units: 'min',
|
|
6242
6242
|
},
|
|
6243
6243
|
26: {
|
|
6244
|
-
field: '
|
|
6244
|
+
field: 'timestamp16',
|
|
6245
6245
|
type: 'uint16',
|
|
6246
6246
|
baseType: 'uint16',
|
|
6247
6247
|
array: false,
|
|
@@ -7210,7 +7210,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
7210
7210
|
units: 's',
|
|
7211
7211
|
},
|
|
7212
7212
|
1: {
|
|
7213
|
-
field: '
|
|
7213
|
+
field: 'time256',
|
|
7214
7214
|
type: 'uint8',
|
|
7215
7215
|
baseType: 'uint8',
|
|
7216
7216
|
array: false,
|
|
@@ -7237,7 +7237,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
7237
7237
|
units: 's',
|
|
7238
7238
|
},
|
|
7239
7239
|
10: {
|
|
7240
|
-
field: '
|
|
7240
|
+
field: 'event_timestamp12',
|
|
7241
7241
|
type: 'byte',
|
|
7242
7242
|
baseType: 'byte',
|
|
7243
7243
|
array: true,
|
|
@@ -7538,7 +7538,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
7538
7538
|
},
|
|
7539
7539
|
31: {
|
|
7540
7540
|
field: 'left_right_balance',
|
|
7541
|
-
type: '
|
|
7541
|
+
type: 'left_right_balance100',
|
|
7542
7542
|
baseType: 'uint16',
|
|
7543
7543
|
array: false,
|
|
7544
7544
|
scale: 1,
|
|
@@ -10117,7 +10117,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
10117
10117
|
units: 'm/s',
|
|
10118
10118
|
},
|
|
10119
10119
|
8: {
|
|
10120
|
-
field: '
|
|
10120
|
+
field: 'cadence_zone_high_bondary',
|
|
10121
10121
|
type: 'uint8',
|
|
10122
10122
|
baseType: 'uint8',
|
|
10123
10123
|
array: true,
|
|
@@ -10333,7 +10333,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
10333
10333
|
units: '',
|
|
10334
10334
|
},
|
|
10335
10335
|
2: {
|
|
10336
|
-
field: '
|
|
10336
|
+
field: 'vo2_max',
|
|
10337
10337
|
type: 'uint16',
|
|
10338
10338
|
baseType: 'uint16',
|
|
10339
10339
|
array: false,
|
|
@@ -10453,7 +10453,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
10453
10453
|
units: 'kg/m^3',
|
|
10454
10454
|
},
|
|
10455
10455
|
6: {
|
|
10456
|
-
field: '
|
|
10456
|
+
field: 'po2_warn',
|
|
10457
10457
|
type: 'uint8',
|
|
10458
10458
|
baseType: 'uint8',
|
|
10459
10459
|
array: false,
|
|
@@ -10462,7 +10462,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
10462
10462
|
units: 'percent',
|
|
10463
10463
|
},
|
|
10464
10464
|
7: {
|
|
10465
|
-
field: '
|
|
10465
|
+
field: 'po2_critical',
|
|
10466
10466
|
type: 'uint8',
|
|
10467
10467
|
baseType: 'uint8',
|
|
10468
10468
|
array: false,
|
|
@@ -10471,7 +10471,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
10471
10471
|
units: 'percent',
|
|
10472
10472
|
},
|
|
10473
10473
|
8: {
|
|
10474
|
-
field: '
|
|
10474
|
+
field: 'po2_deco',
|
|
10475
10475
|
type: 'uint8',
|
|
10476
10476
|
baseType: 'uint8',
|
|
10477
10477
|
array: false,
|
|
@@ -10987,7 +10987,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
10987
10987
|
units: 'percent',
|
|
10988
10988
|
},
|
|
10989
10989
|
7: {
|
|
10990
|
-
field: '
|
|
10990
|
+
field: 'start_n2',
|
|
10991
10991
|
type: 'uint16',
|
|
10992
10992
|
baseType: 'uint16',
|
|
10993
10993
|
array: false,
|
|
@@ -10996,7 +10996,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
10996
10996
|
units: 'percent',
|
|
10997
10997
|
},
|
|
10998
10998
|
8: {
|
|
10999
|
-
field: '
|
|
10999
|
+
field: 'end_n2',
|
|
11000
11000
|
type: 'uint16',
|
|
11001
11001
|
baseType: 'uint16',
|
|
11002
11002
|
array: false,
|
|
@@ -11005,7 +11005,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
11005
11005
|
units: 'percent',
|
|
11006
11006
|
},
|
|
11007
11007
|
9: {
|
|
11008
|
-
field: '
|
|
11008
|
+
field: 'o2_toxicity',
|
|
11009
11009
|
type: 'uint16',
|
|
11010
11010
|
baseType: 'uint16',
|
|
11011
11011
|
array: false,
|
|
@@ -11134,7 +11134,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
11134
11134
|
},
|
|
11135
11135
|
269: {
|
|
11136
11136
|
0: {
|
|
11137
|
-
field: '
|
|
11137
|
+
field: 'reading_spo2',
|
|
11138
11138
|
type: 'uint8',
|
|
11139
11139
|
baseType: 'uint8',
|
|
11140
11140
|
array: false,
|
|
@@ -11153,7 +11153,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
11153
11153
|
},
|
|
11154
11154
|
2: {
|
|
11155
11155
|
field: 'mode',
|
|
11156
|
-
type: '
|
|
11156
|
+
type: 'spo2_measurement_type',
|
|
11157
11157
|
baseType: 'enum',
|
|
11158
11158
|
array: false,
|
|
11159
11159
|
scale: 1,
|
|
@@ -11169,7 +11169,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
11169
11169
|
offset: 0,
|
|
11170
11170
|
units: 's',
|
|
11171
11171
|
},
|
|
11172
|
-
name: '
|
|
11172
|
+
name: 'spo2_data',
|
|
11173
11173
|
},
|
|
11174
11174
|
275: {
|
|
11175
11175
|
0: {
|
|
@@ -11440,7 +11440,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
11440
11440
|
units: 'mG',
|
|
11441
11441
|
},
|
|
11442
11442
|
5: {
|
|
11443
|
-
field: '
|
|
11443
|
+
field: 'timestamp32k',
|
|
11444
11444
|
type: 'uint32',
|
|
11445
11445
|
baseType: 'uint32',
|
|
11446
11446
|
array: false,
|
|
@@ -11500,7 +11500,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
11500
11500
|
units: 's',
|
|
11501
11501
|
},
|
|
11502
11502
|
1: {
|
|
11503
|
-
field: '
|
|
11503
|
+
field: 'reading_spo2',
|
|
11504
11504
|
type: 'uint8',
|
|
11505
11505
|
baseType: 'uint8',
|
|
11506
11506
|
array: true,
|
|
@@ -11526,7 +11526,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
11526
11526
|
offset: 0,
|
|
11527
11527
|
units: 's',
|
|
11528
11528
|
},
|
|
11529
|
-
name: '
|
|
11529
|
+
name: 'hsa_spo2_data',
|
|
11530
11530
|
},
|
|
11531
11531
|
306: {
|
|
11532
11532
|
0: {
|
|
@@ -12310,7 +12310,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
12310
12310
|
units: 'ms',
|
|
12311
12311
|
},
|
|
12312
12312
|
2: {
|
|
12313
|
-
field: '
|
|
12313
|
+
field: 'last_night5_min_high',
|
|
12314
12314
|
type: 'uint16',
|
|
12315
12315
|
baseType: 'uint16',
|
|
12316
12316
|
array: false,
|
|
@@ -12538,7 +12538,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
12538
12538
|
units: 'deg/s',
|
|
12539
12539
|
},
|
|
12540
12540
|
5: {
|
|
12541
|
-
field: '
|
|
12541
|
+
field: 'timestamp32k',
|
|
12542
12542
|
type: 'uint32',
|
|
12543
12543
|
baseType: 'uint32',
|
|
12544
12544
|
array: false,
|
|
@@ -12832,7 +12832,7 @@ exports.GARMIN_MESSAGES = {
|
|
|
12832
12832
|
units: '',
|
|
12833
12833
|
},
|
|
12834
12834
|
2: {
|
|
12835
|
-
field: '
|
|
12835
|
+
field: 'average7_day_deviation',
|
|
12836
12836
|
type: 'float32',
|
|
12837
12837
|
baseType: 'float32',
|
|
12838
12838
|
array: false,
|
|
@@ -13204,7 +13204,7 @@ exports.GARMIN_TYPES = {
|
|
|
13204
13204
|
9: 'deadlift',
|
|
13205
13205
|
10: 'donkey_kick',
|
|
13206
13206
|
11: 'external_rotation',
|
|
13207
|
-
12: '
|
|
13207
|
+
12: 'external_rotation_at90_degree_abduction',
|
|
13208
13208
|
13: 'face_pull',
|
|
13209
13209
|
14: 'fire_hydrant',
|
|
13210
13210
|
15: 'fly',
|
|
@@ -13231,7 +13231,7 @@ exports.GARMIN_TYPES = {
|
|
|
13231
13231
|
36: 'shoulder_abduction',
|
|
13232
13232
|
37: 'shoulder_extension',
|
|
13233
13233
|
38: 'shoulder_external_rotation',
|
|
13234
|
-
39: '
|
|
13234
|
+
39: 'shoulder_flexion_to90_degrees',
|
|
13235
13235
|
40: 'side_plank_leg_lifts',
|
|
13236
13236
|
41: 'side_raise',
|
|
13237
13237
|
42: 'squat',
|
|
@@ -13438,10 +13438,10 @@ exports.GARMIN_TYPES = {
|
|
|
13438
13438
|
14: 'video_second_stream_resume',
|
|
13439
13439
|
},
|
|
13440
13440
|
camera_orientation_type: {
|
|
13441
|
-
0: '
|
|
13442
|
-
1: '
|
|
13443
|
-
2: '
|
|
13444
|
-
3: '
|
|
13441
|
+
0: 'camera_orientation0',
|
|
13442
|
+
1: 'camera_orientation90',
|
|
13443
|
+
2: 'camera_orientation180',
|
|
13444
|
+
3: 'camera_orientation270',
|
|
13445
13445
|
},
|
|
13446
13446
|
cardio_exercise_name: {
|
|
13447
13447
|
0: 'bob_and_weave_circle',
|
|
@@ -13641,12 +13641,12 @@ exports.GARMIN_TYPES = {
|
|
|
13641
13641
|
60: 'roll_over',
|
|
13642
13642
|
61: 'roll_up',
|
|
13643
13643
|
62: 'rolling',
|
|
13644
|
-
63: '
|
|
13645
|
-
64: '
|
|
13644
|
+
63: 'rowing1',
|
|
13645
|
+
64: 'rowing2',
|
|
13646
13646
|
65: 'scissors',
|
|
13647
13647
|
66: 'single_leg_circles',
|
|
13648
13648
|
67: 'single_leg_stretch',
|
|
13649
|
-
68: '
|
|
13649
|
+
68: 'snake_twist1_and2',
|
|
13650
13650
|
69: 'swan',
|
|
13651
13651
|
70: 'swimming',
|
|
13652
13652
|
71: 'teaser',
|
|
@@ -13655,8 +13655,8 @@ exports.GARMIN_TYPES = {
|
|
|
13655
13655
|
75: 'hanging_l_sit',
|
|
13656
13656
|
77: 'lower_lift_with_weights',
|
|
13657
13657
|
79: 'ring_l_sit',
|
|
13658
|
-
80: '
|
|
13659
|
-
81: '
|
|
13658
|
+
80: 'rowing1_with_weights',
|
|
13659
|
+
81: 'rowing2_with_weights',
|
|
13660
13660
|
82: 'scissors_with_weights',
|
|
13661
13661
|
83: 'single_leg_stretch_with_weights',
|
|
13662
13662
|
84: 'toes_to_elbows',
|
|
@@ -13964,7 +13964,7 @@ exports.GARMIN_TYPES = {
|
|
|
13964
13964
|
10: 'indonesian_equatorial',
|
|
13965
13965
|
11: 'indonesian_irian',
|
|
13966
13966
|
12: 'indonesian_southern',
|
|
13967
|
-
13: '
|
|
13967
|
+
13: 'india_zone0',
|
|
13968
13968
|
14: 'india_zone_ia',
|
|
13969
13969
|
15: 'india_zone_ib',
|
|
13970
13970
|
16: 'india_zone_iia',
|
|
@@ -13992,7 +13992,7 @@ exports.GARMIN_TYPES = {
|
|
|
13992
13992
|
38: 'borneo_rso',
|
|
13993
13993
|
39: 'estonian_grid',
|
|
13994
13994
|
40: 'latvian_grid',
|
|
13995
|
-
41: '
|
|
13995
|
+
41: 'swedish_ref99_grid',
|
|
13996
13996
|
},
|
|
13997
13997
|
display_power: {
|
|
13998
13998
|
0: 'watts',
|
|
@@ -14008,9 +14008,9 @@ exports.GARMIN_TYPES = {
|
|
|
14008
14008
|
1: 'gas_switch_prompted',
|
|
14009
14009
|
2: 'near_surface',
|
|
14010
14010
|
3: 'approaching_ndl',
|
|
14011
|
-
4: '
|
|
14012
|
-
5: '
|
|
14013
|
-
6: '
|
|
14011
|
+
4: 'po2_warn',
|
|
14012
|
+
5: 'po2_crit_high',
|
|
14013
|
+
6: 'po2_crit_low',
|
|
14014
14014
|
7: 'time_alert',
|
|
14015
14015
|
8: 'depth_alert',
|
|
14016
14016
|
9: 'deco_ceiling_broken',
|
|
@@ -14036,7 +14036,7 @@ exports.GARMIN_TYPES = {
|
|
|
14036
14036
|
29: 'switched_to_open_circuit',
|
|
14037
14037
|
30: 'switched_to_closed_circuit',
|
|
14038
14038
|
32: 'tank_battery_low',
|
|
14039
|
-
33: '
|
|
14039
|
+
33: 'po2_ccr_dil_low',
|
|
14040
14040
|
34: 'deco_stop_cleared',
|
|
14041
14041
|
35: 'apnea_neutral_buoyancy',
|
|
14042
14042
|
36: 'apnea_target_depth',
|
|
@@ -14193,7 +14193,7 @@ exports.GARMIN_TYPES = {
|
|
|
14193
14193
|
17: 'ascent',
|
|
14194
14194
|
18: 'descent',
|
|
14195
14195
|
19: 'vertical_speed',
|
|
14196
|
-
20: '
|
|
14196
|
+
20: 'di2_battery_level',
|
|
14197
14197
|
21: 'front_gear',
|
|
14198
14198
|
22: 'rear_gear',
|
|
14199
14199
|
23: 'gear_ratio',
|
|
@@ -14320,8 +14320,8 @@ exports.GARMIN_TYPES = {
|
|
|
14320
14320
|
21: 'sunrise',
|
|
14321
14321
|
22: 'sunset',
|
|
14322
14322
|
23: 'compared_to_virtual_partner',
|
|
14323
|
-
24: '
|
|
14324
|
-
25: '
|
|
14323
|
+
24: 'maximum24h',
|
|
14324
|
+
25: 'minimum24h',
|
|
14325
14325
|
26: 'minimum',
|
|
14326
14326
|
27: 'first',
|
|
14327
14327
|
28: 'second',
|
|
@@ -14331,15 +14331,15 @@ exports.GARMIN_TYPES = {
|
|
|
14331
14331
|
32: 'moving',
|
|
14332
14332
|
33: 'stopped',
|
|
14333
14333
|
34: 'estimated_total',
|
|
14334
|
-
242: '
|
|
14335
|
-
243: '
|
|
14336
|
-
244: '
|
|
14337
|
-
245: '
|
|
14338
|
-
246: '
|
|
14339
|
-
247: '
|
|
14340
|
-
248: '
|
|
14341
|
-
249: '
|
|
14342
|
-
250: '
|
|
14334
|
+
242: 'zone9',
|
|
14335
|
+
243: 'zone8',
|
|
14336
|
+
244: 'zone7',
|
|
14337
|
+
245: 'zone6',
|
|
14338
|
+
246: 'zone5',
|
|
14339
|
+
247: 'zone4',
|
|
14340
|
+
248: 'zone3',
|
|
14341
|
+
249: 'zone2',
|
|
14342
|
+
250: 'zone1',
|
|
14343
14343
|
},
|
|
14344
14344
|
exercise_category: {
|
|
14345
14345
|
0: 'bench_press',
|
|
@@ -14476,154 +14476,154 @@ exports.GARMIN_TYPES = {
|
|
|
14476
14476
|
12: 'rear_delt_fly_wheelchair',
|
|
14477
14477
|
},
|
|
14478
14478
|
garmin_product: {
|
|
14479
|
-
1: '
|
|
14480
|
-
2: '
|
|
14481
|
-
3: '
|
|
14482
|
-
4: '
|
|
14483
|
-
5: '
|
|
14484
|
-
6: '
|
|
14485
|
-
7: '
|
|
14479
|
+
1: 'hrm1',
|
|
14480
|
+
2: 'axh01',
|
|
14481
|
+
3: 'axb01',
|
|
14482
|
+
4: 'axb02',
|
|
14483
|
+
5: 'hrm2ss',
|
|
14484
|
+
6: 'dsi_alf02',
|
|
14485
|
+
7: 'hrm3ss',
|
|
14486
14486
|
8: 'hrm_run_single_byte_product_id',
|
|
14487
14487
|
9: 'bsm',
|
|
14488
14488
|
10: 'bcm',
|
|
14489
|
-
11: '
|
|
14489
|
+
11: 'axs01',
|
|
14490
14490
|
12: 'hrm_tri_single_byte_product_id',
|
|
14491
|
-
13: '
|
|
14492
|
-
14: '
|
|
14493
|
-
15: '
|
|
14494
|
-
16: '
|
|
14491
|
+
13: 'hrm4_run_single_byte_product_id',
|
|
14492
|
+
14: 'fr225_single_byte_product_id',
|
|
14493
|
+
15: 'gen3_bsm_single_byte_product_id',
|
|
14494
|
+
16: 'gen3_bcm_single_byte_product_id',
|
|
14495
14495
|
22: 'hrm_fit_single_byte_product_id',
|
|
14496
14496
|
255: 'o_hr',
|
|
14497
|
-
473: '
|
|
14498
|
-
474: '
|
|
14499
|
-
475: '
|
|
14500
|
-
494: '
|
|
14501
|
-
717: '
|
|
14502
|
-
782: '
|
|
14503
|
-
987: '
|
|
14504
|
-
988: '
|
|
14505
|
-
1011: '
|
|
14506
|
-
1018: '
|
|
14507
|
-
1036: '
|
|
14508
|
-
1124: '
|
|
14509
|
-
1169: '
|
|
14510
|
-
1199: '
|
|
14511
|
-
1213: '
|
|
14497
|
+
473: 'fr301_china',
|
|
14498
|
+
474: 'fr301_japan',
|
|
14499
|
+
475: 'fr301_korea',
|
|
14500
|
+
494: 'fr301_taiwan',
|
|
14501
|
+
717: 'fr405',
|
|
14502
|
+
782: 'fr50',
|
|
14503
|
+
987: 'fr405_japan',
|
|
14504
|
+
988: 'fr60',
|
|
14505
|
+
1011: 'dsi_alf01',
|
|
14506
|
+
1018: 'fr310xt',
|
|
14507
|
+
1036: 'edge500',
|
|
14508
|
+
1124: 'fr110',
|
|
14509
|
+
1169: 'edge800',
|
|
14510
|
+
1199: 'edge500_taiwan',
|
|
14511
|
+
1213: 'edge500_japan',
|
|
14512
14512
|
1253: 'chirp',
|
|
14513
|
-
1274: '
|
|
14514
|
-
1325: '
|
|
14515
|
-
1328: '
|
|
14516
|
-
1333: '
|
|
14517
|
-
1334: '
|
|
14518
|
-
1341: '
|
|
14519
|
-
1345: '
|
|
14520
|
-
1360: '
|
|
14513
|
+
1274: 'fr110_japan',
|
|
14514
|
+
1325: 'edge200',
|
|
14515
|
+
1328: 'fr910xt',
|
|
14516
|
+
1333: 'edge800_taiwan',
|
|
14517
|
+
1334: 'edge800_japan',
|
|
14518
|
+
1341: 'alf04',
|
|
14519
|
+
1345: 'fr610',
|
|
14520
|
+
1360: 'fr210_japan',
|
|
14521
14521
|
1380: 'vector_ss',
|
|
14522
14522
|
1381: 'vector_cp',
|
|
14523
|
-
1386: '
|
|
14524
|
-
1387: '
|
|
14525
|
-
1405: '
|
|
14526
|
-
1410: '
|
|
14527
|
-
1422: '
|
|
14528
|
-
1436: '
|
|
14529
|
-
1446: '
|
|
14523
|
+
1386: 'edge800_china',
|
|
14524
|
+
1387: 'edge500_china',
|
|
14525
|
+
1405: 'approach_g10',
|
|
14526
|
+
1410: 'fr610_japan',
|
|
14527
|
+
1422: 'edge500_korea',
|
|
14528
|
+
1436: 'fr70',
|
|
14529
|
+
1446: 'fr310xt4t',
|
|
14530
14530
|
1461: 'amx',
|
|
14531
|
-
1482: '
|
|
14532
|
-
1497: '
|
|
14531
|
+
1482: 'fr10',
|
|
14532
|
+
1497: 'edge800_korea',
|
|
14533
14533
|
1499: 'swim',
|
|
14534
|
-
1537: '
|
|
14534
|
+
1537: 'fr910xt_china',
|
|
14535
14535
|
1551: 'fenix',
|
|
14536
|
-
1555: '
|
|
14537
|
-
1561: '
|
|
14538
|
-
1567: '
|
|
14536
|
+
1555: 'edge200_taiwan',
|
|
14537
|
+
1561: 'edge510',
|
|
14538
|
+
1567: 'edge810',
|
|
14539
14539
|
1570: 'tempe',
|
|
14540
|
-
1600: '
|
|
14541
|
-
1623: '
|
|
14542
|
-
1632: '
|
|
14543
|
-
1664: '
|
|
14544
|
-
1688: '
|
|
14545
|
-
1721: '
|
|
14540
|
+
1600: 'fr910xt_japan',
|
|
14541
|
+
1623: 'fr620',
|
|
14542
|
+
1632: 'fr220',
|
|
14543
|
+
1664: 'fr910xt_korea',
|
|
14544
|
+
1688: 'fr10_japan',
|
|
14545
|
+
1721: 'edge810_japan',
|
|
14546
14546
|
1735: 'virb_elite',
|
|
14547
14547
|
1736: 'edge_touring',
|
|
14548
|
-
1742: '
|
|
14548
|
+
1742: 'edge510_japan',
|
|
14549
14549
|
1743: 'hrm_tri',
|
|
14550
14550
|
1752: 'hrm_run',
|
|
14551
|
-
1765: '
|
|
14552
|
-
1821: '
|
|
14553
|
-
1822: '
|
|
14554
|
-
1823: '
|
|
14555
|
-
1836: '
|
|
14551
|
+
1765: 'fr920xt',
|
|
14552
|
+
1821: 'edge510_asia',
|
|
14553
|
+
1822: 'edge810_china',
|
|
14554
|
+
1823: 'edge810_taiwan',
|
|
14555
|
+
1836: 'edge1000',
|
|
14556
14556
|
1837: 'vivo_fit',
|
|
14557
14557
|
1853: 'virb_remote',
|
|
14558
14558
|
1885: 'vivo_ki',
|
|
14559
|
-
1903: '
|
|
14559
|
+
1903: 'fr15',
|
|
14560
14560
|
1907: 'vivo_active',
|
|
14561
|
-
1918: '
|
|
14562
|
-
1928: '
|
|
14563
|
-
1929: '
|
|
14564
|
-
1930: '
|
|
14565
|
-
1931: '
|
|
14566
|
-
1936: '
|
|
14561
|
+
1918: 'edge510_korea',
|
|
14562
|
+
1928: 'fr620_japan',
|
|
14563
|
+
1929: 'fr620_china',
|
|
14564
|
+
1930: 'fr220_japan',
|
|
14565
|
+
1931: 'fr220_china',
|
|
14566
|
+
1936: 'approach_s6',
|
|
14567
14567
|
1956: 'vivo_smart',
|
|
14568
|
-
1967: '
|
|
14568
|
+
1967: 'fenix2',
|
|
14569
14569
|
1988: 'epix',
|
|
14570
|
-
2050: '
|
|
14571
|
-
2052: '
|
|
14572
|
-
2053: '
|
|
14573
|
-
2061: '
|
|
14574
|
-
2067: '
|
|
14575
|
-
2070: '
|
|
14576
|
-
2072: '
|
|
14577
|
-
2073: '
|
|
14570
|
+
2050: 'fenix3',
|
|
14571
|
+
2052: 'edge1000_taiwan',
|
|
14572
|
+
2053: 'edge1000_japan',
|
|
14573
|
+
2061: 'fr15_japan',
|
|
14574
|
+
2067: 'edge520',
|
|
14575
|
+
2070: 'edge1000_china',
|
|
14576
|
+
2072: 'fr620_russia',
|
|
14577
|
+
2073: 'fr220_russia',
|
|
14578
14578
|
2079: 'vector_s',
|
|
14579
|
-
2100: '
|
|
14580
|
-
2130: '
|
|
14581
|
-
2131: '
|
|
14582
|
-
2132: '
|
|
14579
|
+
2100: 'edge1000_korea',
|
|
14580
|
+
2130: 'fr920xt_taiwan',
|
|
14581
|
+
2131: 'fr920xt_china',
|
|
14582
|
+
2132: 'fr920xt_japan',
|
|
14583
14583
|
2134: 'virbx',
|
|
14584
14584
|
2135: 'vivo_smart_apac',
|
|
14585
14585
|
2140: 'etrex_touch',
|
|
14586
|
-
2147: '
|
|
14587
|
-
2148: '
|
|
14588
|
-
2150: '
|
|
14589
|
-
2153: '
|
|
14590
|
-
2156: '
|
|
14591
|
-
2157: '
|
|
14592
|
-
2158: '
|
|
14586
|
+
2147: 'edge25',
|
|
14587
|
+
2148: 'fr25',
|
|
14588
|
+
2150: 'vivo_fit2',
|
|
14589
|
+
2153: 'fr225',
|
|
14590
|
+
2156: 'fr630',
|
|
14591
|
+
2157: 'fr230',
|
|
14592
|
+
2158: 'fr735xt',
|
|
14593
14593
|
2160: 'vivo_active_apac',
|
|
14594
|
-
2161: '
|
|
14595
|
-
2162: '
|
|
14594
|
+
2161: 'vector2',
|
|
14595
|
+
2162: 'vector2s',
|
|
14596
14596
|
2172: 'virbxe',
|
|
14597
|
-
2173: '
|
|
14598
|
-
2174: '
|
|
14597
|
+
2173: 'fr620_taiwan',
|
|
14598
|
+
2174: 'fr220_taiwan',
|
|
14599
14599
|
2175: 'truswing',
|
|
14600
|
-
2187: '
|
|
14601
|
-
2188: '
|
|
14602
|
-
2189: '
|
|
14600
|
+
2187: 'd2airvenu',
|
|
14601
|
+
2188: 'fenix3_china',
|
|
14602
|
+
2189: 'fenix3_twn',
|
|
14603
14603
|
2192: 'varia_headlight',
|
|
14604
14604
|
2193: 'varia_taillight_old',
|
|
14605
|
-
2204: '
|
|
14606
|
-
2219: '
|
|
14605
|
+
2204: 'edge_explore1000',
|
|
14606
|
+
2219: 'fr225_asia',
|
|
14607
14607
|
2225: 'varia_radar_taillight',
|
|
14608
14608
|
2226: 'varia_radar_display',
|
|
14609
|
-
2238: '
|
|
14610
|
-
2260: '
|
|
14611
|
-
2261: '
|
|
14612
|
-
2262: '
|
|
14613
|
-
2266: '
|
|
14614
|
-
2271: '
|
|
14615
|
-
2274: '
|
|
14609
|
+
2238: 'edge20',
|
|
14610
|
+
2260: 'edge520_asia',
|
|
14611
|
+
2261: 'edge520_japan',
|
|
14612
|
+
2262: 'd2_bravo',
|
|
14613
|
+
2266: 'approach_s20',
|
|
14614
|
+
2271: 'vivo_smart2',
|
|
14615
|
+
2274: 'edge1000_thai',
|
|
14616
14616
|
2276: 'varia_remote',
|
|
14617
|
-
2288: '
|
|
14618
|
-
2289: '
|
|
14619
|
-
2290: '
|
|
14620
|
-
2292: '
|
|
14621
|
-
2293: '
|
|
14617
|
+
2288: 'edge25_asia',
|
|
14618
|
+
2289: 'edge25_jpn',
|
|
14619
|
+
2290: 'edge20_asia',
|
|
14620
|
+
2292: 'approach_x40',
|
|
14621
|
+
2293: 'fenix3_japan',
|
|
14622
14622
|
2294: 'vivo_smart_emea',
|
|
14623
|
-
2310: '
|
|
14624
|
-
2311: '
|
|
14625
|
-
2313: '
|
|
14626
|
-
2327: '
|
|
14623
|
+
2310: 'fr630_asia',
|
|
14624
|
+
2311: 'fr630_jpn',
|
|
14625
|
+
2313: 'fr230_jpn',
|
|
14626
|
+
2327: 'hrm4_run',
|
|
14627
14627
|
2332: 'epix_japan',
|
|
14628
14628
|
2337: 'vivo_active_hr',
|
|
14629
14629
|
2347: 'vivo_smart_gps_hr',
|
|
@@ -14632,113 +14632,113 @@ exports.GARMIN_TYPES = {
|
|
|
14632
14632
|
2362: 'vivo_smart_gps_hr_asia',
|
|
14633
14633
|
2368: 'vivo_move',
|
|
14634
14634
|
2379: 'varia_taillight',
|
|
14635
|
-
2396: '
|
|
14636
|
-
2397: '
|
|
14635
|
+
2396: 'fr235_asia',
|
|
14636
|
+
2397: 'fr235_japan',
|
|
14637
14637
|
2398: 'varia_vision',
|
|
14638
|
-
2406: '
|
|
14639
|
-
2407: '
|
|
14640
|
-
2408: '
|
|
14641
|
-
2413: '
|
|
14642
|
-
2417: '
|
|
14638
|
+
2406: 'vivo_fit3',
|
|
14639
|
+
2407: 'fenix3_korea',
|
|
14640
|
+
2408: 'fenix3_sea',
|
|
14641
|
+
2413: 'fenix3_hr',
|
|
14642
|
+
2417: 'virb_ultra30',
|
|
14643
14643
|
2429: 'index_smart_scale',
|
|
14644
|
-
2431: '
|
|
14645
|
-
2432: '
|
|
14646
|
-
2441: '
|
|
14647
|
-
2444: '
|
|
14644
|
+
2431: 'fr235',
|
|
14645
|
+
2432: 'fenix3_chronos',
|
|
14646
|
+
2441: 'oregon7xx',
|
|
14647
|
+
2444: 'rino7xx',
|
|
14648
14648
|
2457: 'epix_korea',
|
|
14649
|
-
2473: '
|
|
14650
|
-
2474: '
|
|
14651
|
-
2475: '
|
|
14652
|
-
2476: '
|
|
14653
|
-
2477: '
|
|
14649
|
+
2473: 'fenix3_hr_chn',
|
|
14650
|
+
2474: 'fenix3_hr_twn',
|
|
14651
|
+
2475: 'fenix3_hr_jpn',
|
|
14652
|
+
2476: 'fenix3_hr_sea',
|
|
14653
|
+
2477: 'fenix3_hr_kor',
|
|
14654
14654
|
2496: 'nautix',
|
|
14655
14655
|
2497: 'vivo_active_hr_apac',
|
|
14656
|
-
2503: '
|
|
14657
|
-
2512: '
|
|
14658
|
-
2530: '
|
|
14659
|
-
2531: '
|
|
14660
|
-
2533: '
|
|
14661
|
-
2534: '
|
|
14662
|
-
2544: '
|
|
14663
|
-
2547: '
|
|
14664
|
-
2567: '
|
|
14656
|
+
2503: 'fr35',
|
|
14657
|
+
2512: 'oregon7xx_ww',
|
|
14658
|
+
2530: 'edge820',
|
|
14659
|
+
2531: 'edge_explore820',
|
|
14660
|
+
2533: 'fr735xt_apac',
|
|
14661
|
+
2534: 'fr735xt_japan',
|
|
14662
|
+
2544: 'fenix5s',
|
|
14663
|
+
2547: 'd2_bravo_titanium',
|
|
14664
|
+
2567: 'varia_ut800',
|
|
14665
14665
|
2593: 'running_dynamics_pod',
|
|
14666
|
-
2599: '
|
|
14667
|
-
2600: '
|
|
14668
|
-
2604: '
|
|
14666
|
+
2599: 'edge820_china',
|
|
14667
|
+
2600: 'edge820_japan',
|
|
14668
|
+
2604: 'fenix5x',
|
|
14669
14669
|
2606: 'vivo_fit_jr',
|
|
14670
|
-
2622: '
|
|
14670
|
+
2622: 'vivo_smart3',
|
|
14671
14671
|
2623: 'vivo_sport',
|
|
14672
|
-
2628: '
|
|
14673
|
-
2629: '
|
|
14674
|
-
2630: '
|
|
14675
|
-
2650: '
|
|
14676
|
-
2656: '
|
|
14677
|
-
2667: '
|
|
14678
|
-
2668: '
|
|
14679
|
-
2675: '
|
|
14680
|
-
2687: '
|
|
14681
|
-
2691: '
|
|
14682
|
-
2697: '
|
|
14683
|
-
2700: '
|
|
14684
|
-
2713: '
|
|
14685
|
-
2727: '
|
|
14686
|
-
2733: '
|
|
14687
|
-
2769: '
|
|
14672
|
+
2628: 'edge820_taiwan',
|
|
14673
|
+
2629: 'edge820_korea',
|
|
14674
|
+
2630: 'edge820_sea',
|
|
14675
|
+
2650: 'fr35_hebrew',
|
|
14676
|
+
2656: 'approach_s60',
|
|
14677
|
+
2667: 'fr35_apac',
|
|
14678
|
+
2668: 'fr35_japan',
|
|
14679
|
+
2675: 'fenix3_chronos_asia',
|
|
14680
|
+
2687: 'virb360',
|
|
14681
|
+
2691: 'fr935',
|
|
14682
|
+
2697: 'fenix5',
|
|
14683
|
+
2700: 'vivoactive3',
|
|
14684
|
+
2713: 'edge1030',
|
|
14685
|
+
2727: 'fr35_sea',
|
|
14686
|
+
2733: 'fr235_china_nfc',
|
|
14687
|
+
2769: 'foretrex601_701',
|
|
14688
14688
|
2772: 'vivo_move_hr',
|
|
14689
|
-
2787: '
|
|
14690
|
-
2796: '
|
|
14691
|
-
2797: '
|
|
14692
|
-
2798: '
|
|
14693
|
-
2806: '
|
|
14694
|
-
2814: '
|
|
14695
|
-
2819: '
|
|
14696
|
-
2831: '
|
|
14689
|
+
2787: 'vector3',
|
|
14690
|
+
2796: 'fenix5_asia',
|
|
14691
|
+
2797: 'fenix5s_asia',
|
|
14692
|
+
2798: 'fenix5x_asia',
|
|
14693
|
+
2806: 'approach_z80',
|
|
14694
|
+
2814: 'fr35_korea',
|
|
14695
|
+
2819: 'd2charlie',
|
|
14696
|
+
2831: 'vivo_smart3_apac',
|
|
14697
14697
|
2832: 'vivo_sport_apac',
|
|
14698
|
-
2833: '
|
|
14698
|
+
2833: 'fr935_asia',
|
|
14699
14699
|
2859: 'descent',
|
|
14700
|
-
2878: '
|
|
14701
|
-
2886: '
|
|
14702
|
-
2888: '
|
|
14703
|
-
2891: '
|
|
14704
|
-
2900: '
|
|
14705
|
-
2909: '
|
|
14706
|
-
2924: '
|
|
14707
|
-
2927: '
|
|
14700
|
+
2878: 'vivo_fit4',
|
|
14701
|
+
2886: 'fr645',
|
|
14702
|
+
2888: 'fr645m',
|
|
14703
|
+
2891: 'fr30',
|
|
14704
|
+
2900: 'fenix5s_plus',
|
|
14705
|
+
2909: 'edge130',
|
|
14706
|
+
2924: 'edge1030_asia',
|
|
14707
|
+
2927: 'vivosmart4',
|
|
14708
14708
|
2945: 'vivo_move_hr_asia',
|
|
14709
|
-
2962: '
|
|
14710
|
-
2977: '
|
|
14711
|
-
2988: '
|
|
14712
|
-
3003: '
|
|
14713
|
-
3004: '
|
|
14709
|
+
2962: 'approach_x10',
|
|
14710
|
+
2977: 'fr30_asia',
|
|
14711
|
+
2988: 'vivoactive3m_w',
|
|
14712
|
+
3003: 'fr645_asia',
|
|
14713
|
+
3004: 'fr645m_asia',
|
|
14714
14714
|
3011: 'edge_explore',
|
|
14715
|
-
3028: '
|
|
14716
|
-
3049: '
|
|
14717
|
-
3066: '
|
|
14718
|
-
3076: '
|
|
14719
|
-
3077: '
|
|
14720
|
-
3085: '
|
|
14721
|
-
3092: '
|
|
14722
|
-
3095: '
|
|
14723
|
-
3110: '
|
|
14724
|
-
3111: '
|
|
14725
|
-
3112: '
|
|
14726
|
-
3113: '
|
|
14727
|
-
3121: '
|
|
14728
|
-
3122: '
|
|
14715
|
+
3028: 'gpsmap66',
|
|
14716
|
+
3049: 'approach_s10',
|
|
14717
|
+
3066: 'vivoactive3m_l',
|
|
14718
|
+
3076: 'fr245',
|
|
14719
|
+
3077: 'fr245_music',
|
|
14720
|
+
3085: 'approach_g80',
|
|
14721
|
+
3092: 'edge130_asia',
|
|
14722
|
+
3095: 'edge1030_bontrager',
|
|
14723
|
+
3110: 'fenix5_plus',
|
|
14724
|
+
3111: 'fenix5x_plus',
|
|
14725
|
+
3112: 'edge520_plus',
|
|
14726
|
+
3113: 'fr945',
|
|
14727
|
+
3121: 'edge530',
|
|
14728
|
+
3122: 'edge830',
|
|
14729
14729
|
3126: 'instinct_esports',
|
|
14730
|
-
3134: '
|
|
14731
|
-
3135: '
|
|
14732
|
-
3142: '
|
|
14733
|
-
3143: '
|
|
14734
|
-
3144: '
|
|
14735
|
-
3145: '
|
|
14736
|
-
3163: '
|
|
14737
|
-
3192: '
|
|
14738
|
-
3193: '
|
|
14739
|
-
3218: '
|
|
14740
|
-
3224: '
|
|
14741
|
-
3225: '
|
|
14730
|
+
3134: 'fenix5s_plus_apac',
|
|
14731
|
+
3135: 'fenix5x_plus_apac',
|
|
14732
|
+
3142: 'edge520_plus_apac',
|
|
14733
|
+
3143: 'descent_t1',
|
|
14734
|
+
3144: 'fr235l_asia',
|
|
14735
|
+
3145: 'fr245_asia',
|
|
14736
|
+
3163: 'vivo_active3m_apac',
|
|
14737
|
+
3192: 'gen3_bsm',
|
|
14738
|
+
3193: 'gen3_bcm',
|
|
14739
|
+
3218: 'vivo_smart4_asia',
|
|
14740
|
+
3224: 'vivoactive4_small',
|
|
14741
|
+
3225: 'vivoactive4_large',
|
|
14742
14742
|
3226: 'venu',
|
|
14743
14743
|
3246: 'marq_driver',
|
|
14744
14744
|
3247: 'marq_aviator',
|
|
@@ -14746,138 +14746,138 @@ exports.GARMIN_TYPES = {
|
|
|
14746
14746
|
3249: 'marq_commander',
|
|
14747
14747
|
3250: 'marq_expedition',
|
|
14748
14748
|
3251: 'marq_athlete',
|
|
14749
|
-
3258: '
|
|
14750
|
-
3282: '
|
|
14751
|
-
3284: '
|
|
14752
|
-
3287: '
|
|
14753
|
-
3288: '
|
|
14754
|
-
3289: '
|
|
14755
|
-
3290: '
|
|
14756
|
-
3291: '
|
|
14749
|
+
3258: 'descent_mk2',
|
|
14750
|
+
3282: 'fr45',
|
|
14751
|
+
3284: 'gpsmap66i',
|
|
14752
|
+
3287: 'fenix6_s_sport',
|
|
14753
|
+
3288: 'fenix6_s',
|
|
14754
|
+
3289: 'fenix6_sport',
|
|
14755
|
+
3290: 'fenix6',
|
|
14756
|
+
3291: 'fenix6x',
|
|
14757
14757
|
3299: 'hrm_dual',
|
|
14758
14758
|
3300: 'hrm_pro',
|
|
14759
|
-
3308: '
|
|
14760
|
-
3314: '
|
|
14761
|
-
3321: '
|
|
14762
|
-
3349: '
|
|
14763
|
-
3350: '
|
|
14764
|
-
3378: '
|
|
14765
|
-
3387: '
|
|
14766
|
-
3388: '
|
|
14767
|
-
3389: '
|
|
14768
|
-
3405: '
|
|
14759
|
+
3308: 'vivo_move3_premium',
|
|
14760
|
+
3314: 'approach_s40',
|
|
14761
|
+
3321: 'fr245m_asia',
|
|
14762
|
+
3349: 'edge530_apac',
|
|
14763
|
+
3350: 'edge830_apac',
|
|
14764
|
+
3378: 'vivo_move3',
|
|
14765
|
+
3387: 'vivo_active4_small_asia',
|
|
14766
|
+
3388: 'vivo_active4_large_asia',
|
|
14767
|
+
3389: 'vivo_active4_oled_asia',
|
|
14768
|
+
3405: 'swim2',
|
|
14769
14769
|
3420: 'marq_driver_asia',
|
|
14770
14770
|
3421: 'marq_aviator_asia',
|
|
14771
|
-
3422: '
|
|
14772
|
-
3441: '
|
|
14773
|
-
3446: '
|
|
14771
|
+
3422: 'vivo_move3_asia',
|
|
14772
|
+
3441: 'fr945_asia',
|
|
14773
|
+
3446: 'vivo_active3t_chn',
|
|
14774
14774
|
3448: 'marq_captain_asia',
|
|
14775
14775
|
3449: 'marq_commander_asia',
|
|
14776
14776
|
3450: 'marq_expedition_asia',
|
|
14777
14777
|
3451: 'marq_athlete_asia',
|
|
14778
|
-
3461: '
|
|
14778
|
+
3461: 'index_smart_scale2',
|
|
14779
14779
|
3466: 'instinct_solar',
|
|
14780
|
-
3469: '
|
|
14781
|
-
3473: '
|
|
14780
|
+
3469: 'fr45_asia',
|
|
14781
|
+
3473: 'vivoactive3_daimler',
|
|
14782
14782
|
3498: 'legacy_rey',
|
|
14783
14783
|
3499: 'legacy_darth_vader',
|
|
14784
14784
|
3500: 'legacy_captain_marvel',
|
|
14785
14785
|
3501: 'legacy_first_avenger',
|
|
14786
|
-
3512: '
|
|
14787
|
-
3513: '
|
|
14788
|
-
3514: '
|
|
14789
|
-
3515: '
|
|
14790
|
-
3516: '
|
|
14786
|
+
3512: 'fenix6s_sport_asia',
|
|
14787
|
+
3513: 'fenix6s_asia',
|
|
14788
|
+
3514: 'fenix6_sport_asia',
|
|
14789
|
+
3515: 'fenix6_asia',
|
|
14790
|
+
3516: 'fenix6x_asia',
|
|
14791
14791
|
3535: 'legacy_captain_marvel_asia',
|
|
14792
14792
|
3536: 'legacy_first_avenger_asia',
|
|
14793
14793
|
3537: 'legacy_rey_asia',
|
|
14794
14794
|
3538: 'legacy_darth_vader_asia',
|
|
14795
|
-
3542: '
|
|
14796
|
-
3558: '
|
|
14797
|
-
3570: '
|
|
14798
|
-
3578: '
|
|
14799
|
-
3589: '
|
|
14795
|
+
3542: 'descent_mk2s',
|
|
14796
|
+
3558: 'edge130_plus',
|
|
14797
|
+
3570: 'edge1030_plus',
|
|
14798
|
+
3578: 'rally200',
|
|
14799
|
+
3589: 'fr745',
|
|
14800
14800
|
3596: 'venusq_music',
|
|
14801
|
-
3599: '
|
|
14801
|
+
3599: 'venusq_music_v2',
|
|
14802
14802
|
3600: 'venusq',
|
|
14803
14803
|
3615: 'lily',
|
|
14804
14804
|
3624: 'marq_adventurer',
|
|
14805
14805
|
3638: 'enduro',
|
|
14806
|
-
3639: '
|
|
14806
|
+
3639: 'swim2_apac',
|
|
14807
14807
|
3648: 'marq_adventurer_asia',
|
|
14808
|
-
3652: '
|
|
14809
|
-
3702: '
|
|
14810
|
-
3703: '
|
|
14811
|
-
3704: '
|
|
14808
|
+
3652: 'fr945_lte',
|
|
14809
|
+
3702: 'descent_mk2_asia',
|
|
14810
|
+
3703: 'venu2',
|
|
14811
|
+
3704: 'venu2s',
|
|
14812
14812
|
3737: 'venu_daimler_asia',
|
|
14813
14813
|
3739: 'marq_golfer',
|
|
14814
14814
|
3740: 'venu_daimler',
|
|
14815
|
-
3794: '
|
|
14816
|
-
3808: '
|
|
14815
|
+
3794: 'fr745_asia',
|
|
14816
|
+
3808: 'varia_rct715',
|
|
14817
14817
|
3809: 'lily_asia',
|
|
14818
|
-
3812: '
|
|
14819
|
-
3813: '
|
|
14820
|
-
3823: '
|
|
14818
|
+
3812: 'edge1030_plus_asia',
|
|
14819
|
+
3813: 'edge130_plus_asia',
|
|
14820
|
+
3823: 'approach_s12',
|
|
14821
14821
|
3837: 'venusq_asia',
|
|
14822
|
-
3843: '
|
|
14822
|
+
3843: 'edge1040',
|
|
14823
14823
|
3850: 'marq_golfer_asia',
|
|
14824
|
-
3851: '
|
|
14824
|
+
3851: 'venu2_plus',
|
|
14825
14825
|
3865: 'gnss',
|
|
14826
|
-
3869: '
|
|
14826
|
+
3869: 'fr55',
|
|
14827
14827
|
3872: 'enduro_asia',
|
|
14828
|
-
3888: '
|
|
14829
|
-
3889: '
|
|
14830
|
-
3905: '
|
|
14831
|
-
3906: '
|
|
14832
|
-
3907: '
|
|
14833
|
-
3908: '
|
|
14834
|
-
3909: '
|
|
14835
|
-
3910: '
|
|
14836
|
-
3927: '
|
|
14837
|
-
3930: '
|
|
14838
|
-
3934: '
|
|
14839
|
-
3943: '
|
|
14840
|
-
3944: '
|
|
14841
|
-
3949: '
|
|
14842
|
-
3950: '
|
|
14843
|
-
3978: '
|
|
14828
|
+
3888: 'instinct2',
|
|
14829
|
+
3889: 'instinct2s',
|
|
14830
|
+
3905: 'fenix7s',
|
|
14831
|
+
3906: 'fenix7',
|
|
14832
|
+
3907: 'fenix7x',
|
|
14833
|
+
3908: 'fenix7s_apac',
|
|
14834
|
+
3909: 'fenix7_apac',
|
|
14835
|
+
3910: 'fenix7x_apac',
|
|
14836
|
+
3927: 'approach_g12',
|
|
14837
|
+
3930: 'descent_mk2s_asia',
|
|
14838
|
+
3934: 'approach_s42',
|
|
14839
|
+
3943: 'epix_gen2',
|
|
14840
|
+
3944: 'epix_gen2_apac',
|
|
14841
|
+
3949: 'venu2s_asia',
|
|
14842
|
+
3950: 'venu2_asia',
|
|
14843
|
+
3978: 'fr945_lte_asia',
|
|
14844
14844
|
3982: 'vivo_move_sport',
|
|
14845
14845
|
3983: 'vivomove_trend',
|
|
14846
|
-
3986: '
|
|
14847
|
-
3990: '
|
|
14848
|
-
3991: '
|
|
14849
|
-
3992: '
|
|
14850
|
-
3993: '
|
|
14851
|
-
4001: '
|
|
14852
|
-
4002: '
|
|
14853
|
-
4005: '
|
|
14854
|
-
4017: '
|
|
14855
|
-
4024: '
|
|
14856
|
-
4033: '
|
|
14857
|
-
4061: '
|
|
14858
|
-
4062: '
|
|
14859
|
-
4063: '
|
|
14860
|
-
4071: '
|
|
14861
|
-
4105: '
|
|
14862
|
-
4115: '
|
|
14863
|
-
4116: '
|
|
14864
|
-
4124: '
|
|
14865
|
-
4125: '
|
|
14846
|
+
3986: 'approach_s12_asia',
|
|
14847
|
+
3990: 'fr255_music',
|
|
14848
|
+
3991: 'fr255_small_music',
|
|
14849
|
+
3992: 'fr255',
|
|
14850
|
+
3993: 'fr255_small',
|
|
14851
|
+
4001: 'approach_g12_asia',
|
|
14852
|
+
4002: 'approach_s42_asia',
|
|
14853
|
+
4005: 'descent_g1',
|
|
14854
|
+
4017: 'venu2_plus_asia',
|
|
14855
|
+
4024: 'fr955',
|
|
14856
|
+
4033: 'fr55_asia',
|
|
14857
|
+
4061: 'edge540',
|
|
14858
|
+
4062: 'edge840',
|
|
14859
|
+
4063: 'vivosmart5',
|
|
14860
|
+
4071: 'instinct2_asia',
|
|
14861
|
+
4105: 'marq_gen2',
|
|
14862
|
+
4115: 'venusq2',
|
|
14863
|
+
4116: 'venusq2music',
|
|
14864
|
+
4124: 'marq_gen2_aviator',
|
|
14865
|
+
4125: 'd2_air_x10',
|
|
14866
14866
|
4130: 'hrm_pro_plus',
|
|
14867
|
-
4132: '
|
|
14868
|
-
4135: '
|
|
14867
|
+
4132: 'descent_g1_asia',
|
|
14868
|
+
4135: 'tactix7',
|
|
14869
14869
|
4155: 'instinct_crossover',
|
|
14870
|
-
4169: '
|
|
14871
|
-
4222: '
|
|
14872
|
-
4223: '
|
|
14873
|
-
4233: '
|
|
14874
|
-
4257: '
|
|
14875
|
-
4258: '
|
|
14876
|
-
4260: '
|
|
14877
|
-
4261: '
|
|
14870
|
+
4169: 'edge_explore2',
|
|
14871
|
+
4222: 'descent_mk3',
|
|
14872
|
+
4223: 'descent_mk3i',
|
|
14873
|
+
4233: 'approach_s70',
|
|
14874
|
+
4257: 'fr265_large',
|
|
14875
|
+
4258: 'fr265_small',
|
|
14876
|
+
4260: 'venu3',
|
|
14877
|
+
4261: 'venu3s',
|
|
14878
14878
|
4265: 'tacx_neo_smart',
|
|
14879
|
-
4266: '
|
|
14880
|
-
4267: '
|
|
14879
|
+
4266: 'tacx_neo2_smart',
|
|
14880
|
+
4267: 'tacx_neo2_t_smart',
|
|
14881
14881
|
4268: 'tacx_neo_smart_bike',
|
|
14882
14882
|
4269: 'tacx_satori_smart',
|
|
14883
14883
|
4270: 'tacx_flow_smart',
|
|
@@ -14885,65 +14885,65 @@ exports.GARMIN_TYPES = {
|
|
|
14885
14885
|
4272: 'tacx_bushido_smart',
|
|
14886
14886
|
4273: 'tacx_genius_smart',
|
|
14887
14887
|
4274: 'tacx_flux_flux_s_smart',
|
|
14888
|
-
4275: '
|
|
14888
|
+
4275: 'tacx_flux2_smart',
|
|
14889
14889
|
4276: 'tacx_magnum',
|
|
14890
|
-
4305: '
|
|
14891
|
-
4312: '
|
|
14892
|
-
4313: '
|
|
14893
|
-
4314: '
|
|
14894
|
-
4315: '
|
|
14895
|
-
4341: '
|
|
14896
|
-
4374: '
|
|
14897
|
-
4375: '
|
|
14898
|
-
4376: '
|
|
14899
|
-
4380: '
|
|
14900
|
-
4394: '
|
|
14901
|
-
4426: '
|
|
14902
|
-
4432: '
|
|
14903
|
-
4433: '
|
|
14904
|
-
4440: '
|
|
14905
|
-
4442: '
|
|
14890
|
+
4305: 'edge1040_asia',
|
|
14891
|
+
4312: 'epix_gen2_pro42',
|
|
14892
|
+
4313: 'epix_gen2_pro47',
|
|
14893
|
+
4314: 'epix_gen2_pro51',
|
|
14894
|
+
4315: 'fr965',
|
|
14895
|
+
4341: 'enduro2',
|
|
14896
|
+
4374: 'fenix7s_pro_solar',
|
|
14897
|
+
4375: 'fenix7_pro_solar',
|
|
14898
|
+
4376: 'fenix7x_pro_solar',
|
|
14899
|
+
4380: 'lily2',
|
|
14900
|
+
4394: 'instinct2x',
|
|
14901
|
+
4426: 'vivoactive5',
|
|
14902
|
+
4432: 'fr165',
|
|
14903
|
+
4433: 'fr165_music',
|
|
14904
|
+
4440: 'edge1050',
|
|
14905
|
+
4442: 'descent_t2',
|
|
14906
14906
|
4446: 'hrm_fit',
|
|
14907
|
-
4472: '
|
|
14907
|
+
4472: 'marq_gen2_commander',
|
|
14908
14908
|
4477: 'lily_athlete',
|
|
14909
|
-
4525: '
|
|
14910
|
-
4532: '
|
|
14911
|
-
4533: '
|
|
14912
|
-
4534: '
|
|
14913
|
-
4536: '
|
|
14914
|
-
4556: '
|
|
14915
|
-
4575: '
|
|
14916
|
-
4583: '
|
|
14917
|
-
4584: '
|
|
14918
|
-
4585: '
|
|
14919
|
-
4586: '
|
|
14920
|
-
4587: '
|
|
14921
|
-
4588: '
|
|
14922
|
-
4603: '
|
|
14923
|
-
4606: '
|
|
14924
|
-
4625: '
|
|
14925
|
-
4631: '
|
|
14926
|
-
4633: '
|
|
14927
|
-
4634: '
|
|
14928
|
-
4643: '
|
|
14929
|
-
4644: '
|
|
14930
|
-
4647: '
|
|
14909
|
+
4525: 'rally_x10',
|
|
14910
|
+
4532: 'fenix8_solar',
|
|
14911
|
+
4533: 'fenix8_solar_large',
|
|
14912
|
+
4534: 'fenix8_small',
|
|
14913
|
+
4536: 'fenix8',
|
|
14914
|
+
4556: 'd2_mach1_pro',
|
|
14915
|
+
4575: 'enduro3',
|
|
14916
|
+
4583: 'instinct_e40mm',
|
|
14917
|
+
4584: 'instinct_e45mm',
|
|
14918
|
+
4585: 'instinct3_solar45mm',
|
|
14919
|
+
4586: 'instinct3_amoled45mm',
|
|
14920
|
+
4587: 'instinct3_amoled50mm',
|
|
14921
|
+
4588: 'descent_g2',
|
|
14922
|
+
4603: 'venu_x1',
|
|
14923
|
+
4606: 'hrm200',
|
|
14924
|
+
4625: 'vivoactive6',
|
|
14925
|
+
4631: 'fenix8_pro',
|
|
14926
|
+
4633: 'edge550',
|
|
14927
|
+
4634: 'edge850',
|
|
14928
|
+
4643: 'venu4',
|
|
14929
|
+
4644: 'venu4s',
|
|
14930
|
+
4647: 'approach_s44',
|
|
14931
14931
|
4655: 'edge_mtb',
|
|
14932
|
-
4656: '
|
|
14932
|
+
4656: 'approach_s50',
|
|
14933
14933
|
4666: 'fenix_e',
|
|
14934
14934
|
4678: 'instinct_crossover_amoled',
|
|
14935
|
-
4745: '
|
|
14936
|
-
4759: '
|
|
14937
|
-
4775: '
|
|
14938
|
-
4776: '
|
|
14939
|
-
4814: '
|
|
14940
|
-
4815: '
|
|
14941
|
-
4825: '
|
|
14942
|
-
4879: '
|
|
14943
|
-
4916: '
|
|
14944
|
-
4944: '
|
|
14945
|
-
5056: '
|
|
14946
|
-
10007: '
|
|
14935
|
+
4745: 'bounce2',
|
|
14936
|
+
4759: 'instinct3_solar50mm',
|
|
14937
|
+
4775: 'tactix8_amoled',
|
|
14938
|
+
4776: 'tactix8_solar',
|
|
14939
|
+
4814: 'fr170_music',
|
|
14940
|
+
4815: 'fr170',
|
|
14941
|
+
4825: 'approach_j1',
|
|
14942
|
+
4879: 'd2_mach2',
|
|
14943
|
+
4916: 'fr702026',
|
|
14944
|
+
4944: 'd2_air_x15',
|
|
14945
|
+
5056: 'd2_mach2_pro',
|
|
14946
|
+
10007: 'sdm4',
|
|
14947
14947
|
10014: 'edge_remote',
|
|
14948
14948
|
20119: 'training_center',
|
|
14949
14949
|
20533: 'tacx_training_app_win',
|
|
@@ -15203,7 +15203,7 @@ exports.GARMIN_TYPES = {
|
|
|
15203
15203
|
37: 'mongolian',
|
|
15204
15204
|
254: 'custom',
|
|
15205
15205
|
},
|
|
15206
|
-
|
|
15206
|
+
language_bits0: {
|
|
15207
15207
|
1: 'english',
|
|
15208
15208
|
2: 'french',
|
|
15209
15209
|
4: 'italian',
|
|
@@ -15213,7 +15213,7 @@ exports.GARMIN_TYPES = {
|
|
|
15213
15213
|
64: 'czech',
|
|
15214
15214
|
128: 'danish',
|
|
15215
15215
|
},
|
|
15216
|
-
|
|
15216
|
+
language_bits1: {
|
|
15217
15217
|
1: 'dutch',
|
|
15218
15218
|
2: 'finnish',
|
|
15219
15219
|
4: 'greek',
|
|
@@ -15223,7 +15223,7 @@ exports.GARMIN_TYPES = {
|
|
|
15223
15223
|
64: 'portuguese',
|
|
15224
15224
|
128: 'slovakian',
|
|
15225
15225
|
},
|
|
15226
|
-
|
|
15226
|
+
language_bits2: {
|
|
15227
15227
|
1: 'slovenian',
|
|
15228
15228
|
2: 'swedish',
|
|
15229
15229
|
4: 'russian',
|
|
@@ -15233,7 +15233,7 @@ exports.GARMIN_TYPES = {
|
|
|
15233
15233
|
64: 'arabic',
|
|
15234
15234
|
128: 'farsi',
|
|
15235
15235
|
},
|
|
15236
|
-
|
|
15236
|
+
language_bits3: {
|
|
15237
15237
|
1: 'bulgarian',
|
|
15238
15238
|
2: 'romanian',
|
|
15239
15239
|
4: 'chinese',
|
|
@@ -15243,7 +15243,7 @@ exports.GARMIN_TYPES = {
|
|
|
15243
15243
|
64: 'thai',
|
|
15244
15244
|
128: 'hebrew',
|
|
15245
15245
|
},
|
|
15246
|
-
|
|
15246
|
+
language_bits4: {
|
|
15247
15247
|
1: 'brazilian_portuguese',
|
|
15248
15248
|
2: 'indonesian',
|
|
15249
15249
|
4: 'malaysian',
|
|
@@ -15309,7 +15309,7 @@ exports.GARMIN_TYPES = {
|
|
|
15309
15309
|
127: 'mask',
|
|
15310
15310
|
128: 'right',
|
|
15311
15311
|
},
|
|
15312
|
-
|
|
15312
|
+
left_right_balance100: {
|
|
15313
15313
|
16383: 'mask',
|
|
15314
15314
|
32768: 'right',
|
|
15315
15315
|
},
|
|
@@ -15466,7 +15466,7 @@ exports.GARMIN_TYPES = {
|
|
|
15466
15466
|
},
|
|
15467
15467
|
manufacturer: {
|
|
15468
15468
|
1: 'garmin',
|
|
15469
|
-
2: '
|
|
15469
|
+
2: 'garmin_fr405_antfs',
|
|
15470
15470
|
3: 'zephyr',
|
|
15471
15471
|
4: 'dayton',
|
|
15472
15472
|
5: 'idt',
|
|
@@ -15504,14 +15504,14 @@ exports.GARMIN_TYPES = {
|
|
|
15504
15504
|
37: 'magellan',
|
|
15505
15505
|
38: 'osynce',
|
|
15506
15506
|
39: 'holux',
|
|
15507
|
-
40: '
|
|
15507
|
+
40: 'concept2',
|
|
15508
15508
|
41: 'shimano',
|
|
15509
15509
|
42: 'one_giant_leap',
|
|
15510
15510
|
43: 'ace_sensor',
|
|
15511
15511
|
44: 'brim_brothers',
|
|
15512
15512
|
45: 'xplova',
|
|
15513
15513
|
46: 'perception_digital',
|
|
15514
|
-
47: '
|
|
15514
|
+
47: 'bf1systems',
|
|
15515
15515
|
48: 'pioneer',
|
|
15516
15516
|
49: 'spantec',
|
|
15517
15517
|
50: 'metalogics',
|
|
@@ -15662,7 +15662,7 @@ exports.GARMIN_TYPES = {
|
|
|
15662
15662
|
299: 'mahle_ebikemotion',
|
|
15663
15663
|
300: 'nurvv',
|
|
15664
15664
|
301: 'microprogram',
|
|
15665
|
-
302: '
|
|
15665
|
+
302: 'zone5cloud',
|
|
15666
15666
|
303: 'greenteg',
|
|
15667
15667
|
304: 'yamaha_motors',
|
|
15668
15668
|
305: 'whoop',
|
|
@@ -15818,7 +15818,7 @@ exports.GARMIN_TYPES = {
|
|
|
15818
15818
|
262: 'dive_alarm',
|
|
15819
15819
|
264: 'exercise_title',
|
|
15820
15820
|
268: 'dive_summary',
|
|
15821
|
-
269: '
|
|
15821
|
+
269: 'spo2_data',
|
|
15822
15822
|
275: 'sleep_level',
|
|
15823
15823
|
285: 'jump',
|
|
15824
15824
|
289: 'aad_accel_features',
|
|
@@ -15826,7 +15826,7 @@ exports.GARMIN_TYPES = {
|
|
|
15826
15826
|
297: 'respiration_rate',
|
|
15827
15827
|
302: 'hsa_accelerometer_data',
|
|
15828
15828
|
304: 'hsa_step_data',
|
|
15829
|
-
305: '
|
|
15829
|
+
305: 'hsa_spo2_data',
|
|
15830
15830
|
306: 'hsa_stress_data',
|
|
15831
15831
|
307: 'hsa_respiration_data',
|
|
15832
15832
|
308: 'hsa_heart_rate_data',
|
|
@@ -15974,7 +15974,7 @@ exports.GARMIN_TYPES = {
|
|
|
15974
15974
|
},
|
|
15975
15975
|
no_fly_time_mode: {
|
|
15976
15976
|
0: 'standard',
|
|
15977
|
-
1: '
|
|
15977
|
+
1: 'flat24_hours',
|
|
15978
15978
|
},
|
|
15979
15979
|
olympic_lift_exercise_name: {
|
|
15980
15980
|
0: 'barbell_hang_power_clean',
|
|
@@ -16009,9 +16009,9 @@ exports.GARMIN_TYPES = {
|
|
|
16009
16009
|
},
|
|
16010
16010
|
plank_exercise_name: {
|
|
16011
16011
|
0: '45_degree_plank',
|
|
16012
|
-
1: '
|
|
16012
|
+
1: 'weighted45_degree_plank',
|
|
16013
16013
|
2: '90_degree_static_hold',
|
|
16014
|
-
3: '
|
|
16014
|
+
3: 'weighted90_degree_static_hold',
|
|
16015
16015
|
4: 'bear_crawl',
|
|
16016
16016
|
5: 'weighted_bear_crawl',
|
|
16017
16017
|
6: 'cross_body_mountain_climber',
|
|
@@ -16815,7 +16815,7 @@ exports.GARMIN_TYPES = {
|
|
|
16815
16815
|
28: 'ski_lift_split',
|
|
16816
16816
|
29: 'ski_run_split',
|
|
16817
16817
|
},
|
|
16818
|
-
|
|
16818
|
+
spo2_measurement_type: {
|
|
16819
16819
|
0: 'off_wrist',
|
|
16820
16820
|
1: 'spot_check',
|
|
16821
16821
|
2: 'continuous_check',
|
|
@@ -16905,7 +16905,7 @@ exports.GARMIN_TYPES = {
|
|
|
16905
16905
|
88: 'canoeing',
|
|
16906
16906
|
254: 'all',
|
|
16907
16907
|
},
|
|
16908
|
-
|
|
16908
|
+
sport_bits0: {
|
|
16909
16909
|
1: 'generic',
|
|
16910
16910
|
2: 'running',
|
|
16911
16911
|
4: 'cycling',
|
|
@@ -16915,7 +16915,7 @@ exports.GARMIN_TYPES = {
|
|
|
16915
16915
|
64: 'basketball',
|
|
16916
16916
|
128: 'soccer',
|
|
16917
16917
|
},
|
|
16918
|
-
|
|
16918
|
+
sport_bits1: {
|
|
16919
16919
|
1: 'tennis',
|
|
16920
16920
|
2: 'american_football',
|
|
16921
16921
|
4: 'training',
|
|
@@ -16925,7 +16925,7 @@ exports.GARMIN_TYPES = {
|
|
|
16925
16925
|
64: 'snowboarding',
|
|
16926
16926
|
128: 'rowing',
|
|
16927
16927
|
},
|
|
16928
|
-
|
|
16928
|
+
sport_bits2: {
|
|
16929
16929
|
1: 'mountaineering',
|
|
16930
16930
|
2: 'hiking',
|
|
16931
16931
|
4: 'multisport',
|
|
@@ -16935,7 +16935,7 @@ exports.GARMIN_TYPES = {
|
|
|
16935
16935
|
64: 'motorcycling',
|
|
16936
16936
|
128: 'boating',
|
|
16937
16937
|
},
|
|
16938
|
-
|
|
16938
|
+
sport_bits3: {
|
|
16939
16939
|
1: 'driving',
|
|
16940
16940
|
2: 'golf',
|
|
16941
16941
|
4: 'hang_gliding',
|
|
@@ -16945,7 +16945,7 @@ exports.GARMIN_TYPES = {
|
|
|
16945
16945
|
64: 'inline_skating',
|
|
16946
16946
|
128: 'rock_climbing',
|
|
16947
16947
|
},
|
|
16948
|
-
|
|
16948
|
+
sport_bits4: {
|
|
16949
16949
|
1: 'sailing',
|
|
16950
16950
|
2: 'ice_skating',
|
|
16951
16951
|
4: 'sky_diving',
|
|
@@ -16955,7 +16955,7 @@ exports.GARMIN_TYPES = {
|
|
|
16955
16955
|
64: 'surfing',
|
|
16956
16956
|
128: 'wakeboarding',
|
|
16957
16957
|
},
|
|
16958
|
-
|
|
16958
|
+
sport_bits5: {
|
|
16959
16959
|
1: 'water_skiing',
|
|
16960
16960
|
2: 'kayaking',
|
|
16961
16961
|
4: 'rafting',
|
|
@@ -16965,7 +16965,7 @@ exports.GARMIN_TYPES = {
|
|
|
16965
16965
|
64: 'jumpmaster',
|
|
16966
16966
|
128: 'boxing',
|
|
16967
16967
|
},
|
|
16968
|
-
|
|
16968
|
+
sport_bits6: {
|
|
16969
16969
|
1: 'floor_climbing',
|
|
16970
16970
|
},
|
|
16971
16971
|
sport_event: {
|
|
@@ -17277,11 +17277,11 @@ exports.GARMIN_TYPES = {
|
|
|
17277
17277
|
},
|
|
17278
17278
|
time_into_day: {},
|
|
17279
17279
|
time_mode: {
|
|
17280
|
-
0: '
|
|
17281
|
-
1: '
|
|
17280
|
+
0: 'hour12',
|
|
17281
|
+
1: 'hour24',
|
|
17282
17282
|
2: 'military',
|
|
17283
|
-
3: '
|
|
17284
|
-
4: '
|
|
17283
|
+
3: 'hour12_with_seconds',
|
|
17284
|
+
4: 'hour24_with_seconds',
|
|
17285
17285
|
5: 'utc',
|
|
17286
17286
|
},
|
|
17287
17287
|
timer_trigger: {
|
|
@@ -17401,7 +17401,7 @@ exports.GARMIN_TYPES = {
|
|
|
17401
17401
|
0: 'flip',
|
|
17402
17402
|
},
|
|
17403
17403
|
tissue_model_type: {
|
|
17404
|
-
0: '
|
|
17404
|
+
0: 'zhl16c',
|
|
17405
17405
|
},
|
|
17406
17406
|
tone: {
|
|
17407
17407
|
0: 'off',
|
|
@@ -17491,22 +17491,22 @@ exports.GARMIN_TYPES = {
|
|
|
17491
17491
|
9: 'exit_left_idx',
|
|
17492
17492
|
10: 'exit_right_idx',
|
|
17493
17493
|
11: 'ferry_idx',
|
|
17494
|
-
12: '
|
|
17495
|
-
13: '
|
|
17496
|
-
14: '
|
|
17497
|
-
15: '
|
|
17498
|
-
16: '
|
|
17499
|
-
17: '
|
|
17500
|
-
18: '
|
|
17501
|
-
19: '
|
|
17502
|
-
20: '
|
|
17503
|
-
21: '
|
|
17504
|
-
22: '
|
|
17505
|
-
23: '
|
|
17506
|
-
24: '
|
|
17507
|
-
25: '
|
|
17508
|
-
26: '
|
|
17509
|
-
27: '
|
|
17494
|
+
12: 'roundabout45_idx',
|
|
17495
|
+
13: 'roundabout90_idx',
|
|
17496
|
+
14: 'roundabout135_idx',
|
|
17497
|
+
15: 'roundabout180_idx',
|
|
17498
|
+
16: 'roundabout225_idx',
|
|
17499
|
+
17: 'roundabout270_idx',
|
|
17500
|
+
18: 'roundabout315_idx',
|
|
17501
|
+
19: 'roundabout360_idx',
|
|
17502
|
+
20: 'roundabout_neg45_idx',
|
|
17503
|
+
21: 'roundabout_neg90_idx',
|
|
17504
|
+
22: 'roundabout_neg135_idx',
|
|
17505
|
+
23: 'roundabout_neg180_idx',
|
|
17506
|
+
24: 'roundabout_neg225_idx',
|
|
17507
|
+
25: 'roundabout_neg270_idx',
|
|
17508
|
+
26: 'roundabout_neg315_idx',
|
|
17509
|
+
27: 'roundabout_neg360_idx',
|
|
17510
17510
|
28: 'roundabout_generic_idx',
|
|
17511
17511
|
29: 'roundabout_neg_generic_idx',
|
|
17512
17512
|
30: 'sharp_turn_left_idx',
|
|
@@ -17561,7 +17561,7 @@ exports.GARMIN_TYPES = {
|
|
|
17561
17561
|
31: 'biceps_stretch',
|
|
17562
17562
|
32: 'glutes_stretch',
|
|
17563
17563
|
33: 'standing_hamstring_stretch',
|
|
17564
|
-
34: '
|
|
17564
|
+
34: 'stretch90_90',
|
|
17565
17565
|
35: 'stretch_abs',
|
|
17566
17566
|
36: 'stretch_butterfly',
|
|
17567
17567
|
37: 'stretch_calf',
|
|
@@ -17628,7 +17628,7 @@ exports.GARMIN_TYPES = {
|
|
|
17628
17628
|
water_type: {
|
|
17629
17629
|
0: 'fresh',
|
|
17630
17630
|
1: 'salt',
|
|
17631
|
-
2: '
|
|
17631
|
+
2: 'en13319',
|
|
17632
17632
|
3: 'custom',
|
|
17633
17633
|
},
|
|
17634
17634
|
weather_report: {
|
|
@@ -17776,12 +17776,12 @@ exports.GARMIN_TYPES = {
|
|
|
17776
17776
|
16: 'training_peaks_tss',
|
|
17777
17777
|
17: 'repeat_until_power_last_lap_less_than',
|
|
17778
17778
|
18: 'repeat_until_max_power_last_lap_less_than',
|
|
17779
|
-
19: '
|
|
17780
|
-
20: '
|
|
17781
|
-
21: '
|
|
17782
|
-
22: '
|
|
17783
|
-
23: '
|
|
17784
|
-
24: '
|
|
17779
|
+
19: 'power3s_less_than',
|
|
17780
|
+
20: 'power10s_less_than',
|
|
17781
|
+
21: 'power30s_less_than',
|
|
17782
|
+
22: 'power3s_greater_than',
|
|
17783
|
+
23: 'power10s_greater_than',
|
|
17784
|
+
24: 'power30s_greater_than',
|
|
17785
17785
|
25: 'power_lap_less_than',
|
|
17786
17786
|
26: 'power_lap_greater_than',
|
|
17787
17787
|
27: 'repeat_until_training_peaks_tss',
|
|
@@ -17797,9 +17797,9 @@ exports.GARMIN_TYPES = {
|
|
|
17797
17797
|
4: 'power',
|
|
17798
17798
|
5: 'grade',
|
|
17799
17799
|
6: 'resistance',
|
|
17800
|
-
7: '
|
|
17801
|
-
8: '
|
|
17802
|
-
9: '
|
|
17800
|
+
7: 'power3s',
|
|
17801
|
+
8: 'power10s',
|
|
17802
|
+
9: 'power30s',
|
|
17803
17803
|
10: 'power_lap',
|
|
17804
17804
|
11: 'swim_stroke',
|
|
17805
17805
|
12: 'speed_lap',
|