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