f4r 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3350 @@
1
+ Type Name,Base Type,Value Name,Value,Comment
2
+ file,enum,,,
3
+ ,,device,1,"Read only, single file. Must be in root directory."
4
+ ,,settings,2,"Read/write, single file. Directory=Settings"
5
+ ,,sport,3,"Read/write, multiple files, file number = sport type. Directory=Sports"
6
+ ,,activity,4,"Read/erase, multiple files. Directory=Activities"
7
+ ,,workout,5,"Read/write/erase, multiple files. Directory=Workouts"
8
+ ,,course,6,"Read/write/erase, multiple files. Directory=Courses"
9
+ ,,schedules,7,"Read/write, single file. Directory=Schedules"
10
+ ,,weight,9,"Read only, single file. Circular buffer. All message definitions at start of file. Directory=Weight"
11
+ ,,totals,10,"Read only, single file. Directory=Totals"
12
+ ,,goals,11,"Read/write, single file. Directory=Goals"
13
+ ,,blood_pressure,14,Read only. Directory=Blood Pressure
14
+ ,,monitoring_a,15,Read only. Directory=Monitoring. File number=sub type.
15
+ ,,activity_summary,20,"Read/erase, multiple files. Directory=Activities"
16
+ ,,monitoring_daily,28,
17
+ ,,monitoring_b,32,Read only. Directory=Monitoring. File number=identifier
18
+ ,,segment,34,Read/write/erase. Multiple Files. Directory=Segments
19
+ ,,segment_list,35,Read/write/erase. Single File. Directory=Segments
20
+ ,,exd_configuration,40,Read/write/erase. Single File. Directory=Settings
21
+ ,,mfg_range_min,0xF7,0xF7 - 0xFE reserved for manufacturer specific file types
22
+ ,,mfg_range_max,0xFE,0xF7 - 0xFE reserved for manufacturer specific file types
23
+ ,,,,
24
+ mesg_num,uint16,,,
25
+ ,,file_id,0,
26
+ ,,capabilities,1,
27
+ ,,device_settings,2,
28
+ ,,user_profile,3,
29
+ ,,hrm_profile,4,
30
+ ,,sdm_profile,5,
31
+ ,,bike_profile,6,
32
+ ,,zones_target,7,
33
+ ,,hr_zone,8,
34
+ ,,power_zone,9,
35
+ ,,met_zone,10,
36
+ ,,sport,12,
37
+ ,,goal,15,
38
+ ,,session,18,
39
+ ,,lap,19,
40
+ ,,record,20,
41
+ ,,event,21,
42
+ ,,device_info,23,
43
+ ,,workout,26,
44
+ ,,workout_step,27,
45
+ ,,schedule,28,
46
+ ,,weight_scale,30,
47
+ ,,course,31,
48
+ ,,course_point,32,
49
+ ,,totals,33,
50
+ ,,activity,34,
51
+ ,,software,35,
52
+ ,,file_capabilities,37,
53
+ ,,mesg_capabilities,38,
54
+ ,,field_capabilities,39,
55
+ ,,file_creator,49,
56
+ ,,blood_pressure,51,
57
+ ,,speed_zone,53,
58
+ ,,monitoring,55,
59
+ ,,training_file,72,
60
+ ,,hrv,78,
61
+ ,,ant_rx,80,
62
+ ,,ant_tx,81,
63
+ ,,ant_channel_id,82,
64
+ ,,length,101,
65
+ ,,monitoring_info,103,
66
+ ,,pad,105,
67
+ ,,slave_device,106,
68
+ ,,connectivity,127,
69
+ ,,weather_conditions,128,
70
+ ,,weather_alert,129,
71
+ ,,cadence_zone,131,
72
+ ,,hr,132,
73
+ ,,segment_lap,142,
74
+ ,,memo_glob,145,
75
+ ,,segment_id,148,
76
+ ,,segment_leaderboard_entry,149,
77
+ ,,segment_point,150,
78
+ ,,segment_file,151,
79
+ ,,workout_session,158,
80
+ ,,watchface_settings,159,
81
+ ,,gps_metadata,160,
82
+ ,,camera_event,161,
83
+ ,,timestamp_correlation,162,
84
+ ,,gyroscope_data,164,
85
+ ,,accelerometer_data,165,
86
+ ,,three_d_sensor_calibration,167,
87
+ ,,video_frame,169,
88
+ ,,obdii_data,174,
89
+ ,,nmea_sentence,177,
90
+ ,,aviation_attitude,178,
91
+ ,,video,184,
92
+ ,,video_title,185,
93
+ ,,video_description,186,
94
+ ,,video_clip,187,
95
+ ,,ohr_settings,188,
96
+ ,,exd_screen_configuration,200,
97
+ ,,exd_data_field_configuration,201,
98
+ ,,exd_data_concept_configuration,202,
99
+ ,,field_description,206,
100
+ ,,developer_data_id,207,
101
+ ,,magnetometer_data,208,
102
+ ,,barometer_data,209,
103
+ ,,one_d_sensor_calibration,210,
104
+ ,,set,225,
105
+ ,,stress_level,227,
106
+ ,,dive_settings,258,
107
+ ,,dive_gas,259,
108
+ ,,dive_alarm,262,
109
+ ,,exercise_title,264,
110
+ ,,dive_summary,268,
111
+ ,,mfg_range_min,0xFF00,0xFF00 - 0xFFFE reserved for manufacturer specific messages
112
+ ,,mfg_range_max,0xFFFE,0xFF00 - 0xFFFE reserved for manufacturer specific messages
113
+ checksum,uint8,,,
114
+ ,,clear,0,Allows clear of checksum for flash memory where can only write 1 to 0 without erasing sector.
115
+ ,,ok,1,Set to mark checksum as valid if computes to invalid values 0 or 0xFF. Checksum can also be set to ok to save encoding computation time.
116
+ ,,,,
117
+ file_flags,uint8z,,,
118
+ ,,read,0x02,
119
+ ,,write,0x04,
120
+ ,,erase,0x08,
121
+ ,,,,
122
+ mesg_count,enum,,,
123
+ ,,num_per_file,0,
124
+ ,,max_per_file,1,
125
+ ,,max_per_file_type,2,
126
+ ,,,,
127
+ date_time,uint32,,,seconds since UTC 00:00 Dec 31 1989
128
+ ,,min,0x10000000,if date_time is < 0x10000000 then it is system time (seconds from device power on)
129
+ ,,,,
130
+ local_date_time,uint32,,,seconds since 00:00 Dec 31 1989 in local time zone
131
+ ,,min,0x10000000,if date_time is < 0x10000000 then it is system time (seconds from device power on)
132
+ ,,,,
133
+ message_index,uint16,,,
134
+ ,,selected,0x8000,message is selected if set
135
+ ,,reserved,0x7000,reserved (default 0)
136
+ ,,mask,0x0FFF,index
137
+ ,,,,
138
+ device_index,uint8,,,
139
+ ,,creator,0,Creator of the file is always device index 0.
140
+ ,,,,
141
+ gender,enum,,,
142
+ ,,female,0,
143
+ ,,male,1,
144
+ ,,,,
145
+ language,enum,,,
146
+ ,,english,0,
147
+ ,,french,1,
148
+ ,,italian,2,
149
+ ,,german,3,
150
+ ,,spanish,4,
151
+ ,,croatian,5,
152
+ ,,czech,6,
153
+ ,,danish,7,
154
+ ,,dutch,8,
155
+ ,,finnish,9,
156
+ ,,greek,10,
157
+ ,,hungarian,11,
158
+ ,,norwegian,12,
159
+ ,,polish,13,
160
+ ,,portuguese,14,
161
+ ,,slovakian,15,
162
+ ,,slovenian,16,
163
+ ,,swedish,17,
164
+ ,,russian,18,
165
+ ,,turkish,19,
166
+ ,,latvian,20,
167
+ ,,ukrainian,21,
168
+ ,,arabic,22,
169
+ ,,farsi,23,
170
+ ,,bulgarian,24,
171
+ ,,romanian,25,
172
+ ,,chinese,26,
173
+ ,,japanese,27,
174
+ ,,korean,28,
175
+ ,,taiwanese,29,
176
+ ,,thai,30,
177
+ ,,hebrew,31,
178
+ ,,brazilian_portuguese,32,
179
+ ,,indonesian,33,
180
+ ,,malaysian,34,
181
+ ,,vietnamese,35,
182
+ ,,burmese,36,
183
+ ,,mongolian,37,
184
+ ,,custom,254,
185
+ ,,,,
186
+ language_bits_0,uint8z,,,Bit field corresponding to language enum type (1 << language).
187
+ ,,english,0x01,
188
+ ,,french,0x02,
189
+ ,,italian,0x04,
190
+ ,,german,0x08,
191
+ ,,spanish,0x10,
192
+ ,,croatian,0x20,
193
+ ,,czech,0x40,
194
+ ,,danish,0x80,
195
+ ,,,,
196
+ language_bits_1,uint8z,,,
197
+ ,,dutch,0x01,
198
+ ,,finnish,0x02,
199
+ ,,greek,0x04,
200
+ ,,hungarian,0x08,
201
+ ,,norwegian,0x10,
202
+ ,,polish,0x20,
203
+ ,,portuguese,0x40,
204
+ ,,slovakian,0x80,
205
+ ,,,,
206
+ language_bits_2,uint8z,,,
207
+ ,,slovenian,0x01,
208
+ ,,swedish,0x02,
209
+ ,,russian,0x04,
210
+ ,,turkish,0x08,
211
+ ,,latvian,0x10,
212
+ ,,ukrainian,0x20,
213
+ ,,arabic,0x40,
214
+ ,,farsi,0x80,
215
+ ,,,,
216
+ language_bits_3,uint8z,,,
217
+ ,,bulgarian,0x01,
218
+ ,,romanian,0x02,
219
+ ,,chinese,0x04,
220
+ ,,japanese,0x08,
221
+ ,,korean,0x10,
222
+ ,,taiwanese,0x20,
223
+ ,,thai,0x40,
224
+ ,,hebrew,0x80,
225
+ ,,,,
226
+ language_bits_4,uint8z,,,
227
+ ,,brazilian_portuguese,0x01,
228
+ ,,indonesian,0x02,
229
+ ,,malaysian,0x04,
230
+ ,,vietnamese,0x08,
231
+ ,,burmese,0x10,
232
+ ,,mongolian,0x20,
233
+ time_zone,enum,,,
234
+ ,,almaty,0,
235
+ ,,bangkok,1,
236
+ ,,bombay,2,
237
+ ,,brasilia,3,
238
+ ,,cairo,4,
239
+ ,,cape_verde_is,5,
240
+ ,,darwin,6,
241
+ ,,eniwetok,7,
242
+ ,,fiji,8,
243
+ ,,hong_kong,9,
244
+ ,,islamabad,10,
245
+ ,,kabul,11,
246
+ ,,magadan,12,
247
+ ,,mid_atlantic,13,
248
+ ,,moscow,14,
249
+ ,,muscat,15,
250
+ ,,newfoundland,16,
251
+ ,,samoa,17,
252
+ ,,sydney,18,
253
+ ,,tehran,19,
254
+ ,,tokyo,20,
255
+ ,,us_alaska,21,
256
+ ,,us_atlantic,22,
257
+ ,,us_central,23,
258
+ ,,us_eastern,24,
259
+ ,,us_hawaii,25,
260
+ ,,us_mountain,26,
261
+ ,,us_pacific,27,
262
+ ,,other,28,
263
+ ,,auckland,29,
264
+ ,,kathmandu,30,
265
+ ,,europe_western_wet,31,
266
+ ,,europe_central_cet,32,
267
+ ,,europe_eastern_eet,33,
268
+ ,,jakarta,34,
269
+ ,,perth,35,
270
+ ,,adelaide,36,
271
+ ,,brisbane,37,
272
+ ,,tasmania,38,
273
+ ,,iceland,39,
274
+ ,,amsterdam,40,
275
+ ,,athens,41,
276
+ ,,barcelona,42,
277
+ ,,berlin,43,
278
+ ,,brussels,44,
279
+ ,,budapest,45,
280
+ ,,copenhagen,46,
281
+ ,,dublin,47,
282
+ ,,helsinki,48,
283
+ ,,lisbon,49,
284
+ ,,london,50,
285
+ ,,madrid,51,
286
+ ,,munich,52,
287
+ ,,oslo,53,
288
+ ,,paris,54,
289
+ ,,prague,55,
290
+ ,,reykjavik,56,
291
+ ,,rome,57,
292
+ ,,stockholm,58,
293
+ ,,vienna,59,
294
+ ,,warsaw,60,
295
+ ,,zurich,61,
296
+ ,,quebec,62,
297
+ ,,ontario,63,
298
+ ,,manitoba,64,
299
+ ,,saskatchewan,65,
300
+ ,,alberta,66,
301
+ ,,british_columbia,67,
302
+ ,,boise,68,
303
+ ,,boston,69,
304
+ ,,chicago,70,
305
+ ,,dallas,71,
306
+ ,,denver,72,
307
+ ,,kansas_city,73,
308
+ ,,las_vegas,74,
309
+ ,,los_angeles,75,
310
+ ,,miami,76,
311
+ ,,minneapolis,77,
312
+ ,,new_york,78,
313
+ ,,new_orleans,79,
314
+ ,,phoenix,80,
315
+ ,,santa_fe,81,
316
+ ,,seattle,82,
317
+ ,,washington_dc,83,
318
+ ,,us_arizona,84,
319
+ ,,chita,85,
320
+ ,,ekaterinburg,86,
321
+ ,,irkutsk,87,
322
+ ,,kaliningrad,88,
323
+ ,,krasnoyarsk,89,
324
+ ,,novosibirsk,90,
325
+ ,,petropavlovsk_kamchatskiy,91,
326
+ ,,samara,92,
327
+ ,,vladivostok,93,
328
+ ,,mexico_central,94,
329
+ ,,mexico_mountain,95,
330
+ ,,mexico_pacific,96,
331
+ ,,cape_town,97,
332
+ ,,winkhoek,98,
333
+ ,,lagos,99,
334
+ ,,riyahd,100,
335
+ ,,venezuela,101,
336
+ ,,australia_lh,102,
337
+ ,,santiago,103,
338
+ ,,manual,253,
339
+ ,,automatic,254,
340
+ ,,,,
341
+ display_measure,enum,,,
342
+ ,,metric,0,
343
+ ,,statute,1,
344
+ ,,nautical,2,
345
+ ,,,,
346
+ display_heart,enum,,,
347
+ ,,bpm,0,
348
+ ,,max,1,
349
+ ,,reserve,2,
350
+ ,,,,
351
+ display_power,enum,,,
352
+ ,,watts,0,
353
+ ,,percent_ftp,1,
354
+ ,,,,
355
+ display_position,enum,,,
356
+ ,,degree,0,dd.dddddd
357
+ ,,degree_minute,1,dddmm.mmm
358
+ ,,degree_minute_second,2,dddmmss
359
+ ,,austrian_grid,3,Austrian Grid (BMN)
360
+ ,,british_grid,4,British National Grid
361
+ ,,dutch_grid,5,Dutch grid system
362
+ ,,hungarian_grid,6,Hungarian grid system
363
+ ,,finnish_grid,7,Finnish grid system Zone3 KKJ27
364
+ ,,german_grid,8,Gausss Krueger (German)
365
+ ,,icelandic_grid,9,Icelandic Grid
366
+ ,,indonesian_equatorial,10,Indonesian Equatorial LCO
367
+ ,,indonesian_irian,11,Indonesian Irian LCO
368
+ ,,indonesian_southern,12,Indonesian Southern LCO
369
+ ,,india_zone_0,13,India zone 0
370
+ ,,india_zone_IA,14,India zone IA
371
+ ,,india_zone_IB,15,India zone IB
372
+ ,,india_zone_IIA,16,India zone IIA
373
+ ,,india_zone_IIB,17,India zone IIB
374
+ ,,india_zone_IIIA,18,India zone IIIA
375
+ ,,india_zone_IIIB,19,India zone IIIB
376
+ ,,india_zone_IVA,20,India zone IVA
377
+ ,,india_zone_IVB,21,India zone IVB
378
+ ,,irish_transverse,22,Irish Transverse Mercator
379
+ ,,irish_grid,23,Irish Grid
380
+ ,,loran,24,Loran TD
381
+ ,,maidenhead_grid,25,Maidenhead grid system
382
+ ,,mgrs_grid,26,MGRS grid system
383
+ ,,new_zealand_grid,27,New Zealand grid system
384
+ ,,new_zealand_transverse,28,New Zealand Transverse Mercator
385
+ ,,qatar_grid,29,Qatar National Grid
386
+ ,,modified_swedish_grid,30,Modified RT-90 (Sweden)
387
+ ,,swedish_grid,31,RT-90 (Sweden)
388
+ ,,south_african_grid,32,South African Grid
389
+ ,,swiss_grid,33,Swiss CH-1903 grid
390
+ ,,taiwan_grid,34,Taiwan Grid
391
+ ,,united_states_grid,35,United States National Grid
392
+ ,,utm_ups_grid,36,UTM/UPS grid system
393
+ ,,west_malayan,37,West Malayan RSO
394
+ ,,borneo_rso,38,Borneo RSO
395
+ ,,estonian_grid,39,Estonian grid system
396
+ ,,latvian_grid,40,Latvian Transverse Mercator
397
+ ,,swedish_ref_99_grid,41,Reference Grid 99 TM (Swedish)
398
+ ,,,,
399
+ switch,enum,,,
400
+ ,,off,0,
401
+ ,,on,1,
402
+ ,,auto,2,
403
+ sport,enum,,,
404
+ ,,generic,0,
405
+ ,,running,1,
406
+ ,,cycling,2,
407
+ ,,transition,3,Mulitsport transition
408
+ ,,fitness_equipment,4,
409
+ ,,swimming,5,
410
+ ,,basketball,6,
411
+ ,,soccer,7,
412
+ ,,tennis,8,
413
+ ,,american_football,9,
414
+ ,,training,10,
415
+ ,,walking,11,
416
+ ,,cross_country_skiing,12,
417
+ ,,alpine_skiing,13,
418
+ ,,snowboarding,14,
419
+ ,,rowing,15,
420
+ ,,mountaineering,16,
421
+ ,,hiking,17,
422
+ ,,multisport,18,
423
+ ,,paddling,19,
424
+ ,,flying,20,
425
+ ,,e_biking,21,
426
+ ,,motorcycling,22,
427
+ ,,boating,23,
428
+ ,,driving,24,
429
+ ,,golf,25,
430
+ ,,hang_gliding,26,
431
+ ,,horseback_riding,27,
432
+ ,,hunting,28,
433
+ ,,fishing,29,
434
+ ,,inline_skating,30,
435
+ ,,rock_climbing,31,
436
+ ,,sailing,32,
437
+ ,,ice_skating,33,
438
+ ,,sky_diving,34,
439
+ ,,snowshoeing,35,
440
+ ,,snowmobiling,36,
441
+ ,,stand_up_paddleboarding,37,
442
+ ,,surfing,38,
443
+ ,,wakeboarding,39,
444
+ ,,water_skiing,40,
445
+ ,,kayaking,41,
446
+ ,,rafting,42,
447
+ ,,windsurfing,43,
448
+ ,,kitesurfing,44,
449
+ ,,tactical,45,
450
+ ,,jumpmaster,46,
451
+ ,,boxing,47,
452
+ ,,floor_climbing,48,
453
+ ,,all,254,All is for goals only to include all sports.
454
+ ,,,,
455
+ sport_bits_0,uint8z,,,Bit field corresponding to sport enum type (1 << sport).
456
+ ,,generic,0x01,
457
+ ,,running,0x02,
458
+ ,,cycling,0x04,
459
+ ,,transition,0x08,Mulitsport transition
460
+ ,,fitness_equipment,0x10,
461
+ ,,swimming,0x20,
462
+ ,,basketball,0x40,
463
+ ,,soccer,0x80,
464
+ ,,,,
465
+ sport_bits_1,uint8z,,,Bit field corresponding to sport enum type (1 << (sport-8)).
466
+ ,,tennis,0x01,
467
+ ,,american_football,0x02,
468
+ ,,training,0x04,
469
+ ,,walking,0x08,
470
+ ,,cross_country_skiing,0x10,
471
+ ,,alpine_skiing,0x20,
472
+ ,,snowboarding,0x40,
473
+ ,,rowing,0x80,
474
+ ,,,,
475
+ sport_bits_2,uint8z,,,Bit field corresponding to sport enum type (1 << (sport-16)).
476
+ ,,mountaineering,0x01,
477
+ ,,hiking,0x02,
478
+ ,,multisport,0x04,
479
+ ,,paddling,0x08,
480
+ ,,flying,0x10,
481
+ ,,e_biking,0x20,
482
+ ,,motorcycling,0x40,
483
+ ,,boating,0x80,
484
+ ,,,,
485
+ sport_bits_3,uint8z,,,Bit field corresponding to sport enum type (1 << (sport-24)).
486
+ ,,driving,0x01,
487
+ ,,golf,0x02,
488
+ ,,hang_gliding,0x04,
489
+ ,,horseback_riding,0x08,
490
+ ,,hunting,0x10,
491
+ ,,fishing,0x20,
492
+ ,,inline_skating,0x40,
493
+ ,,rock_climbing,0x80,
494
+ ,,,,
495
+ sport_bits_4,uint8z,,,Bit field corresponding to sport enum type (1 << (sport-32)).
496
+ ,,sailing,0x01,
497
+ ,,ice_skating,0x02,
498
+ ,,sky_diving,0x04,
499
+ ,,snowshoeing,0x08,
500
+ ,,snowmobiling,0x10,
501
+ ,,stand_up_paddleboarding,0x20,
502
+ ,,surfing,0x40,
503
+ ,,wakeboarding,0x80,
504
+ ,,,,
505
+ sport_bits_5,uint8z,,,Bit field corresponding to sport enum type (1 << (sport-40)).
506
+ ,,water_skiing,0x01,
507
+ ,,kayaking,0x02,
508
+ ,,rafting,0x04,
509
+ ,,windsurfing,0x08,
510
+ ,,kitesurfing,0x10,
511
+ ,,tactical,0x20,
512
+ ,,jumpmaster,0x40,
513
+ ,,boxing,0x80,
514
+ ,,,,
515
+ sport_bits_6,uint8z,,,Bit field corresponding to sport enum type (1 << (sport-48)).
516
+ ,,floor_climbing,0x01,
517
+ ,,,,
518
+ sub_sport,enum,,,
519
+ ,,generic,0,
520
+ ,,treadmill,1,Run/Fitness Equipment
521
+ ,,street,2,Run
522
+ ,,trail,3,Run
523
+ ,,track,4,Run
524
+ ,,spin,5,Cycling
525
+ ,,indoor_cycling,6,Cycling/Fitness Equipment
526
+ ,,road,7,Cycling
527
+ ,,mountain,8,Cycling
528
+ ,,downhill,9,Cycling
529
+ ,,recumbent,10,Cycling
530
+ ,,cyclocross,11,Cycling
531
+ ,,hand_cycling,12,Cycling
532
+ ,,track_cycling,13,Cycling
533
+ ,,indoor_rowing,14,Fitness Equipment
534
+ ,,elliptical,15,Fitness Equipment
535
+ ,,stair_climbing,16,Fitness Equipment
536
+ ,,lap_swimming,17,Swimming
537
+ ,,open_water,18,Swimming
538
+ ,,flexibility_training,19,Training
539
+ ,,strength_training,20,Training
540
+ ,,warm_up,21,Tennis
541
+ ,,match,22,Tennis
542
+ ,,exercise,23,Tennis
543
+ ,,challenge,24,
544
+ ,,indoor_skiing,25,Fitness Equipment
545
+ ,,cardio_training,26,Training
546
+ ,,indoor_walking,27,Walking/Fitness Equipment
547
+ ,,e_bike_fitness,28,E-Biking
548
+ ,,bmx,29,Cycling
549
+ ,,casual_walking,30,Walking
550
+ ,,speed_walking,31,Walking
551
+ ,,bike_to_run_transition,32,Transition
552
+ ,,run_to_bike_transition,33,Transition
553
+ ,,swim_to_bike_transition,34,Transition
554
+ ,,atv,35,Motorcycling
555
+ ,,motocross,36,Motorcycling
556
+ ,,backcountry,37,Alpine Skiing/Snowboarding
557
+ ,,resort,38,Alpine Skiing/Snowboarding
558
+ ,,rc_drone,39,Flying
559
+ ,,wingsuit,40,Flying
560
+ ,,whitewater,41,Kayaking/Rafting
561
+ ,,skate_skiing,42,Cross Country Skiing
562
+ ,,yoga,43,Training
563
+ ,,pilates,44,Fitness Equipment
564
+ ,,indoor_running,45,Run
565
+ ,,gravel_cycling,46,Cycling
566
+ ,,e_bike_mountain,47,Cycling
567
+ ,,commuting,48,Cycling
568
+ ,,mixed_surface,49,Cycling
569
+ ,,navigate,50,
570
+ ,,track_me,51,
571
+ ,,map,52,
572
+ ,,single_gas_diving,53,Diving
573
+ ,,multi_gas_diving,54,Diving
574
+ ,,gauge_diving,55,Diving
575
+ ,,apnea_diving,56,Diving
576
+ ,,apnea_hunting,57,Diving
577
+ ,,virtual_activity,58,
578
+ ,,obstacle,59,"Used for events where participants run, crawl through mud, climb over walls, etc."
579
+ ,,all,254,
580
+ ,,,,
581
+ sport_event,enum,,,
582
+ ,,uncategorized,0,
583
+ ,,geocaching,1,
584
+ ,,fitness,2,
585
+ ,,recreation,3,
586
+ ,,race,4,
587
+ ,,special_event,5,
588
+ ,,training,6,
589
+ ,,transportation,7,
590
+ ,,touring,8,
591
+ ,,,,
592
+ activity,enum,,,
593
+ ,,manual,0,
594
+ ,,auto_multi_sport,1,
595
+ ,,,,
596
+ intensity,enum,,,
597
+ ,,active,0,
598
+ ,,rest,1,
599
+ ,,warmup,2,
600
+ ,,cooldown,3,
601
+ ,,,,
602
+ session_trigger,enum,,,
603
+ ,,activity_end,0,
604
+ ,,manual,1,User changed sport.
605
+ ,,auto_multi_sport,2,Auto multi-sport feature is enabled and user pressed lap button to advance session.
606
+ ,,fitness_equipment,3,Auto sport change caused by user linking to fitness equipment.
607
+ ,,,,
608
+ autolap_trigger,enum,,,
609
+ ,,time,0,
610
+ ,,distance,1,
611
+ ,,position_start,2,
612
+ ,,position_lap,3,
613
+ ,,position_waypoint,4,
614
+ ,,position_marked,5,
615
+ ,,off,6,
616
+ ,,,,
617
+ lap_trigger,enum,,,
618
+ ,,manual,0,
619
+ ,,time,1,
620
+ ,,distance,2,
621
+ ,,position_start,3,
622
+ ,,position_lap,4,
623
+ ,,position_waypoint,5,
624
+ ,,position_marked,6,
625
+ ,,session_end,7,
626
+ ,,fitness_equipment,8,
627
+ ,,,,
628
+ time_mode,enum,,,
629
+ ,,hour12,0,
630
+ ,,hour24,1,Does not use a leading zero and has a colon
631
+ ,,military,2,Uses a leading zero and does not have a colon
632
+ ,,hour_12_with_seconds,3,
633
+ ,,hour_24_with_seconds,4,
634
+ ,,utc,5,
635
+ backlight_mode,enum,,,
636
+ ,,off,0,
637
+ ,,manual,1,
638
+ ,,key_and_messages,2,
639
+ ,,auto_brightness,3,
640
+ ,,smart_notifications,4,
641
+ ,,key_and_messages_night,5,
642
+ ,,key_and_messages_and_smart_notifications,6,
643
+ date_mode,enum,,,
644
+ ,,day_month,0,
645
+ ,,month_day,1,
646
+ backlight_timeout,uint8,,,Timeout in seconds.
647
+ ,,infinite,0,Backlight stays on forever.
648
+ event,enum,,,
649
+ ,,timer,0,Group 0. Start / stop_all
650
+ ,,workout,3,start / stop
651
+ ,,workout_step,4,Start at beginning of workout. Stop at end of each step.
652
+ ,,power_down,5,stop_all group 0
653
+ ,,power_up,6,stop_all group 0
654
+ ,,off_course,7,start / stop group 0
655
+ ,,session,8,Stop at end of each session.
656
+ ,,lap,9,Stop at end of each lap.
657
+ ,,course_point,10,marker
658
+ ,,battery,11,marker
659
+ ,,virtual_partner_pace,12,"Group 1. Start at beginning of activity if VP enabled, when VP pace is changed during activity or VP enabled mid activity. stop_disable when VP disabled."
660
+ ,,hr_high_alert,13,Group 0. Start / stop when in alert condition.
661
+ ,,hr_low_alert,14,Group 0. Start / stop when in alert condition.
662
+ ,,speed_high_alert,15,Group 0. Start / stop when in alert condition.
663
+ ,,speed_low_alert,16,Group 0. Start / stop when in alert condition.
664
+ ,,cad_high_alert,17,Group 0. Start / stop when in alert condition.
665
+ ,,cad_low_alert,18,Group 0. Start / stop when in alert condition.
666
+ ,,power_high_alert,19,Group 0. Start / stop when in alert condition.
667
+ ,,power_low_alert,20,Group 0. Start / stop when in alert condition.
668
+ ,,recovery_hr,21,marker
669
+ ,,battery_low,22,marker
670
+ ,,time_duration_alert,23,Group 1. Start if enabled mid activity (not required at start of activity). Stop when duration is reached. stop_disable if disabled.
671
+ ,,distance_duration_alert,24,Group 1. Start if enabled mid activity (not required at start of activity). Stop when duration is reached. stop_disable if disabled.
672
+ ,,calorie_duration_alert,25,Group 1. Start if enabled mid activity (not required at start of activity). Stop when duration is reached. stop_disable if disabled.
673
+ ,,activity,26,Group 1.. Stop at end of activity.
674
+ ,,fitness_equipment,27,marker
675
+ ,,length,28,Stop at end of each length.
676
+ ,,user_marker,32,marker
677
+ ,,sport_point,33,marker
678
+ ,,calibration,36,start/stop/marker
679
+ ,,front_gear_change,42,marker
680
+ ,,rear_gear_change,43,marker
681
+ ,,rider_position_change,44,marker
682
+ ,,elev_high_alert,45,Group 0. Start / stop when in alert condition.
683
+ ,,elev_low_alert,46,Group 0. Start / stop when in alert condition.
684
+ ,,comm_timeout,47,marker
685
+ ,,,,
686
+ event_type,enum,,,
687
+ ,,start,0,
688
+ ,,stop,1,
689
+ ,,consecutive_depreciated,2,
690
+ ,,marker,3,
691
+ ,,stop_all,4,
692
+ ,,begin_depreciated,5,
693
+ ,,end_depreciated,6,
694
+ ,,end_all_depreciated,7,
695
+ ,,stop_disable,8,
696
+ ,,stop_disable_all,9,
697
+ ,,,,
698
+ timer_trigger,enum,,,timer event data
699
+ ,,manual,0,
700
+ ,,auto,1,
701
+ ,,fitness_equipment,2,
702
+ ,,,,
703
+ fitness_equipment_state,enum,,,fitness equipment event data
704
+ ,,ready,0,
705
+ ,,in_use,1,
706
+ ,,paused,2,
707
+ ,,unknown,3,lost connection to fitness equipment
708
+ ,,,,
709
+ tone,enum,,,
710
+ ,,off,0,
711
+ ,,tone,1,
712
+ ,,vibrate,2,
713
+ ,,tone_and_vibrate,3,
714
+ autoscroll,enum,,,
715
+ ,,none,0,
716
+ ,,slow,1,
717
+ ,,medium,2,
718
+ ,,fast,3,
719
+ activity_class,enum,,,
720
+ ,,level,0x7F,0 to 100
721
+ ,,level_max,100,
722
+ ,,athlete,0x80,
723
+ ,,,,
724
+ hr_zone_calc,enum,,,
725
+ ,,custom,0,
726
+ ,,percent_max_hr,1,
727
+ ,,percent_hrr,2,
728
+ ,,,,
729
+ pwr_zone_calc,enum,,,
730
+ ,,custom,0,
731
+ ,,percent_ftp,1,
732
+ ,,,,
733
+ wkt_step_duration,enum,,,
734
+ ,,time,0,
735
+ ,,distance,1,
736
+ ,,hr_less_than,2,
737
+ ,,hr_greater_than,3,
738
+ ,,calories,4,
739
+ ,,open,5,
740
+ ,,repeat_until_steps_cmplt,6,
741
+ ,,repeat_until_time,7,
742
+ ,,repeat_until_distance,8,
743
+ ,,repeat_until_calories,9,
744
+ ,,repeat_until_hr_less_than,10,
745
+ ,,repeat_until_hr_greater_than,11,
746
+ ,,repeat_until_power_less_than,12,
747
+ ,,repeat_until_power_greater_than,13,
748
+ ,,power_less_than,14,
749
+ ,,power_greater_than,15,
750
+ ,,training_peaks_tss,16,
751
+ ,,repeat_until_power_last_lap_less_than,17,
752
+ ,,repeat_until_max_power_last_lap_less_than,18,
753
+ ,,power_3s_less_than,19,
754
+ ,,power_10s_less_than,20,
755
+ ,,power_30s_less_than,21,
756
+ ,,power_3s_greater_than,22,
757
+ ,,power_10s_greater_than,23,
758
+ ,,power_30s_greater_than,24,
759
+ ,,power_lap_less_than,25,
760
+ ,,power_lap_greater_than,26,
761
+ ,,repeat_until_training_peaks_tss,27,
762
+ ,,repetition_time,28,
763
+ ,,reps,29,
764
+ ,,,,
765
+ wkt_step_target,enum,,,
766
+ ,,speed,0,
767
+ ,,heart_rate,1,
768
+ ,,open,2,
769
+ ,,cadence,3,
770
+ ,,power,4,
771
+ ,,grade,5,
772
+ ,,resistance,6,
773
+ ,,power_3s,7,
774
+ ,,power_10s,8,
775
+ ,,power_30s,9,
776
+ ,,power_lap,10,
777
+ ,,swim_stroke,11,
778
+ ,,speed_lap,12,
779
+ ,,heart_rate_lap,13,
780
+ ,,,,
781
+ goal,enum,,,
782
+ ,,time,0,
783
+ ,,distance,1,
784
+ ,,calories,2,
785
+ ,,frequency,3,
786
+ ,,steps,4,
787
+ ,,ascent,5,
788
+ ,,active_minutes,6,
789
+ ,,,,
790
+ goal_recurrence,enum,,,
791
+ ,,off,0,
792
+ ,,daily,1,
793
+ ,,weekly,2,
794
+ ,,monthly,3,
795
+ ,,yearly,4,
796
+ ,,custom,5,
797
+ ,,,,
798
+ goal_source,enum,,,
799
+ ,,auto,0,Device generated
800
+ ,,community,1,Social network sourced goal
801
+ ,,user,2,Manually generated
802
+ schedule,enum,,,
803
+ ,,workout,0,
804
+ ,,course,1,
805
+ ,,,,
806
+ course_point,enum,,,
807
+ ,,generic,0,
808
+ ,,summit,1,
809
+ ,,valley,2,
810
+ ,,water,3,
811
+ ,,food,4,
812
+ ,,danger,5,
813
+ ,,left,6,
814
+ ,,right,7,
815
+ ,,straight,8,
816
+ ,,first_aid,9,
817
+ ,,fourth_category,10,
818
+ ,,third_category,11,
819
+ ,,second_category,12,
820
+ ,,first_category,13,
821
+ ,,hors_category,14,
822
+ ,,sprint,15,
823
+ ,,left_fork,16,
824
+ ,,right_fork,17,
825
+ ,,middle_fork,18,
826
+ ,,slight_left,19,
827
+ ,,sharp_left,20,
828
+ ,,slight_right,21,
829
+ ,,sharp_right,22,
830
+ ,,u_turn,23,
831
+ ,,segment_start,24,
832
+ ,,segment_end,25,
833
+ ,,,,
834
+ manufacturer,uint16,,,
835
+ ,,garmin,1,
836
+ ,,garmin_fr405_antfs,2,Do not use. Used by FR405 for ANTFS man id.
837
+ ,,zephyr,3,
838
+ ,,dayton,4,
839
+ ,,idt,5,
840
+ ,,srm,6,
841
+ ,,quarq,7,
842
+ ,,ibike,8,
843
+ ,,saris,9,
844
+ ,,spark_hk,10,
845
+ ,,tanita,11,
846
+ ,,echowell,12,
847
+ ,,dynastream_oem,13,
848
+ ,,nautilus,14,
849
+ ,,dynastream,15,
850
+ ,,timex,16,
851
+ ,,metrigear,17,
852
+ ,,xelic,18,
853
+ ,,beurer,19,
854
+ ,,cardiosport,20,
855
+ ,,a_and_d,21,
856
+ ,,hmm,22,
857
+ ,,suunto,23,
858
+ ,,thita_elektronik,24,
859
+ ,,gpulse,25,
860
+ ,,clean_mobile,26,
861
+ ,,pedal_brain,27,
862
+ ,,peaksware,28,
863
+ ,,saxonar,29,
864
+ ,,lemond_fitness,30,
865
+ ,,dexcom,31,
866
+ ,,wahoo_fitness,32,
867
+ ,,octane_fitness,33,
868
+ ,,archinoetics,34,
869
+ ,,the_hurt_box,35,
870
+ ,,citizen_systems,36,
871
+ ,,magellan,37,
872
+ ,,osynce,38,
873
+ ,,holux,39,
874
+ ,,concept2,40,
875
+ ,,one_giant_leap,42,
876
+ ,,ace_sensor,43,
877
+ ,,brim_brothers,44,
878
+ ,,xplova,45,
879
+ ,,perception_digital,46,
880
+ ,,bf1systems,47,
881
+ ,,pioneer,48,
882
+ ,,spantec,49,
883
+ ,,metalogics,50,
884
+ ,,4iiiis,51,
885
+ ,,seiko_epson,52,
886
+ ,,seiko_epson_oem,53,
887
+ ,,ifor_powell,54,
888
+ ,,maxwell_guider,55,
889
+ ,,star_trac,56,
890
+ ,,breakaway,57,
891
+ ,,alatech_technology_ltd,58,
892
+ ,,mio_technology_europe,59,
893
+ ,,rotor,60,
894
+ ,,geonaute,61,
895
+ ,,id_bike,62,
896
+ ,,specialized,63,
897
+ ,,wtek,64,
898
+ ,,physical_enterprises,65,
899
+ ,,north_pole_engineering,66,
900
+ ,,bkool,67,
901
+ ,,cateye,68,
902
+ ,,stages_cycling,69,
903
+ ,,sigmasport,70,
904
+ ,,tomtom,71,
905
+ ,,peripedal,72,
906
+ ,,wattbike,73,
907
+ ,,moxy,76,
908
+ ,,ciclosport,77,
909
+ ,,powerbahn,78,
910
+ ,,acorn_projects_aps,79,
911
+ ,,lifebeam,80,
912
+ ,,bontrager,81,
913
+ ,,wellgo,82,
914
+ ,,scosche,83,
915
+ ,,magura,84,
916
+ ,,woodway,85,
917
+ ,,elite,86,
918
+ ,,nielsen_kellerman,87,
919
+ ,,dk_city,88,
920
+ ,,tacx,89,
921
+ ,,direction_technology,90,
922
+ ,,magtonic,91,
923
+ ,,1partcarbon,92,
924
+ ,,inside_ride_technologies,93,
925
+ ,,sound_of_motion,94,
926
+ ,,stryd,95,
927
+ ,,icg,96,Indoorcycling Group
928
+ ,,MiPulse,97,
929
+ ,,bsx_athletics,98,
930
+ ,,look,99,
931
+ ,,campagnolo_srl,100,
932
+ ,,body_bike_smart,101,
933
+ ,,praxisworks,102,
934
+ ,,limits_technology,103,Limits Technology Ltd.
935
+ ,,topaction_technology,104,TopAction Technology Inc.
936
+ ,,cosinuss,105,
937
+ ,,fitcare,106,
938
+ ,,magene,107,
939
+ ,,giant_manufacturing_co,108,
940
+ ,,tigrasport,109,Tigrasport
941
+ ,,salutron,110,
942
+ ,,technogym,111,
943
+ ,,bryton_sensors,112,
944
+ ,,latitude_limited,113,
945
+ ,,soaring_technology,114,
946
+ ,,igpsport,115,
947
+ ,,thinkrider,116,
948
+ ,,gopher_sport,117,
949
+ ,,waterrower,118,
950
+ ,,orangetheory,119,
951
+ ,,inpeak,120,
952
+ ,,kinetic,121,
953
+ ,,johnson_health_tech,122,
954
+ ,,polar_electro,123,
955
+ ,,seesense,124,
956
+ ,,nci_technology,125,
957
+ ,,iqsquare,126,
958
+ ,,leomo,127,
959
+ ,,ifit_com,128,
960
+ ,,development,255,
961
+ ,,healthandlife,257,
962
+ ,,lezyne,258,
963
+ ,,scribe_labs,259,
964
+ ,,zwift,260,
965
+ ,,watteam,261,
966
+ ,,recon,262,
967
+ ,,favero_electronics,263,
968
+ ,,dynovelo,264,
969
+ ,,strava,265,
970
+ ,,precor,266,Amer Sports
971
+ ,,bryton,267,
972
+ ,,sram,268,
973
+ ,,navman,269,MiTAC Global Corporation (Mio Technology)
974
+ ,,cobi,270,COBI GmbH
975
+ ,,spivi,271,
976
+ ,,mio_magellan,272,
977
+ ,,evesports,273,
978
+ ,,sensitivus_gauge,274,
979
+ ,,podoon,275,
980
+ ,,life_time_fitness,276,
981
+ ,,falco_e_motors,277,Falco eMotors Inc.
982
+ ,,minoura,278,
983
+ ,,cycliq,279,
984
+ ,,luxottica,280,
985
+ ,,trainer_road,281,
986
+ ,,the_sufferfest,282,
987
+ ,,fullspeedahead,283,
988
+ ,,virtualtraining,284,
989
+ ,,feedbacksports,285,
990
+ ,,omata,286,
991
+ ,,vdo,287,
992
+ ,,magneticdays,288,
993
+ ,,hammerhead,289,
994
+ ,,kinetic_by_kurt,290,
995
+ ,,shapelog,291,
996
+ ,,dabuziduo,292,
997
+ ,,jetblack,293,
998
+ ,,coros,294,
999
+ ,,virtugo,295,
1000
+ ,,velosense,296,
1001
+ ,,cycligentinc,297,
1002
+ ,,trailforks,298,
1003
+ ,,mahle_ebikemotion,299,
1004
+ ,,actigraphcorp,5759,
1005
+ ,,,,
1006
+ garmin_product,uint16,,,
1007
+ ,,hrm1,1,
1008
+ ,,axh01,2,AXH01 HRM chipset
1009
+ ,,axb01,3,
1010
+ ,,axb02,4,
1011
+ ,,hrm2ss,5,
1012
+ ,,dsi_alf02,6,
1013
+ ,,hrm3ss,7,
1014
+ ,,hrm_run_single_byte_product_id,8,hrm_run model for HRM ANT+ messaging
1015
+ ,,bsm,9,BSM model for ANT+ messaging
1016
+ ,,bcm,10,BCM model for ANT+ messaging
1017
+ ,,axs01,11,AXS01 HRM Bike Chipset model for ANT+ messaging
1018
+ ,,hrm_tri_single_byte_product_id,12,hrm_tri model for HRM ANT+ messaging
1019
+ ,,fr225_single_byte_product_id,14,fr225 model for HRM ANT+ messaging
1020
+ ,,fr301_china,473,
1021
+ ,,fr301_japan,474,
1022
+ ,,fr301_korea,475,
1023
+ ,,fr301_taiwan,494,
1024
+ ,,fr405,717,Forerunner 405
1025
+ ,,fr50,782,Forerunner 50
1026
+ ,,fr405_japan,987,
1027
+ ,,fr60,988,Forerunner 60
1028
+ ,,dsi_alf01,1011,
1029
+ ,,fr310xt,1018,Forerunner 310
1030
+ ,,edge500,1036,
1031
+ ,,fr110,1124,Forerunner 110
1032
+ ,,edge800,1169,
1033
+ ,,edge500_taiwan,1199,
1034
+ ,,edge500_japan,1213,
1035
+ ,,chirp,1253,
1036
+ ,,fr110_japan,1274,
1037
+ ,,edge200,1325,
1038
+ ,,fr910xt,1328,
1039
+ ,,edge800_taiwan,1333,
1040
+ ,,edge800_japan,1334,
1041
+ ,,alf04,1341,
1042
+ ,,fr610,1345,
1043
+ ,,fr210_japan,1360,
1044
+ ,,vector_ss,1380,
1045
+ ,,vector_cp,1381,
1046
+ ,,edge800_china,1386,
1047
+ ,,edge500_china,1387,
1048
+ ,,fr610_japan,1410,
1049
+ ,,edge500_korea,1422,
1050
+ ,,fr70,1436,
1051
+ ,,fr310xt_4t,1446,
1052
+ ,,amx,1461,
1053
+ ,,fr10,1482,
1054
+ ,,edge800_korea,1497,
1055
+ ,,swim,1499,
1056
+ ,,fr910xt_china,1537,
1057
+ ,,fenix,1551,
1058
+ ,,edge200_taiwan,1555,
1059
+ ,,edge510,1561,
1060
+ ,,edge810,1567,
1061
+ ,,tempe,1570,
1062
+ ,,fr910xt_japan,1600,
1063
+ ,,fr620,1623,
1064
+ ,,fr220,1632,
1065
+ ,,fr910xt_korea,1664,
1066
+ ,,fr10_japan,1688,
1067
+ ,,edge810_japan,1721,
1068
+ ,,virb_elite,1735,
1069
+ ,,edge_touring,1736,Also Edge Touring Plus
1070
+ ,,edge510_japan,1742,
1071
+ ,,hrm_tri,1743,
1072
+ ,,hrm_run,1752,
1073
+ ,,fr920xt,1765,
1074
+ ,,edge510_asia,1821,
1075
+ ,,edge810_china,1822,
1076
+ ,,edge810_taiwan,1823,
1077
+ ,,edge1000,1836,
1078
+ ,,vivo_fit,1837,
1079
+ ,,virb_remote,1853,
1080
+ ,,vivo_ki,1885,
1081
+ ,,fr15,1903,
1082
+ ,,vivo_active,1907,
1083
+ ,,edge510_korea,1918,
1084
+ ,,fr620_japan,1928,
1085
+ ,,fr620_china,1929,
1086
+ ,,fr220_japan,1930,
1087
+ ,,fr220_china,1931,
1088
+ ,,approach_s6,1936,
1089
+ ,,vivo_smart,1956,
1090
+ ,,fenix2,1967,
1091
+ ,,epix,1988,
1092
+ ,,fenix3,2050,
1093
+ ,,edge1000_taiwan,2052,
1094
+ ,,edge1000_japan,2053,
1095
+ ,,fr15_japan,2061,
1096
+ ,,edge520,2067,
1097
+ ,,edge1000_china,2070,
1098
+ ,,fr620_russia,2072,
1099
+ ,,fr220_russia,2073,
1100
+ ,,vector_s,2079,
1101
+ ,,edge1000_korea,2100,
1102
+ ,,fr920xt_taiwan,2130,
1103
+ ,,fr920xt_china,2131,
1104
+ ,,fr920xt_japan,2132,
1105
+ ,,virbx,2134,
1106
+ ,,vivo_smart_apac,2135,
1107
+ ,,etrex_touch,2140,
1108
+ ,,edge25,2147,
1109
+ ,,fr25,2148,
1110
+ ,,vivo_fit2,2150,
1111
+ ,,fr225,2153,
1112
+ ,,fr630,2156,
1113
+ ,,fr230,2157,
1114
+ ,,fr735xt,2158,
1115
+ ,,vivo_active_apac,2160,
1116
+ ,,vector_2,2161,
1117
+ ,,vector_2s,2162,
1118
+ ,,virbxe,2172,
1119
+ ,,fr620_taiwan,2173,
1120
+ ,,fr220_taiwan,2174,
1121
+ ,,truswing,2175,
1122
+ ,,fenix3_china,2188,
1123
+ ,,fenix3_twn,2189,
1124
+ ,,varia_headlight,2192,
1125
+ ,,varia_taillight_old,2193,
1126
+ ,,edge_explore_1000,2204,
1127
+ ,,fr225_asia,2219,
1128
+ ,,varia_radar_taillight,2225,
1129
+ ,,varia_radar_display,2226,
1130
+ ,,edge20,2238,
1131
+ ,,d2_bravo,2262,
1132
+ ,,approach_s20,2266,
1133
+ ,,varia_remote,2276,
1134
+ ,,approach_x40,2292,
1135
+ ,,hrm4_run,2327,
1136
+ ,,vivo_active_hr,2337,
1137
+ ,,vivo_smart_gps_hr,2347,
1138
+ ,,vivo_smart_hr,2348,
1139
+ ,,vivo_move,2368,
1140
+ ,,varia_vision,2398,
1141
+ ,,vivo_fit3,2406,
1142
+ ,,fenix3_hr,2413,
1143
+ ,,virb_ultra_30,2417,
1144
+ ,,index_smart_scale,2429,
1145
+ ,,fr235,2431,
1146
+ ,,fenix3_chronos,2432,
1147
+ ,,oregon7xx,2441,
1148
+ ,,rino7xx,2444,
1149
+ ,,nautix,2496,
1150
+ ,,edge_820,2530,
1151
+ ,,edge_explore_820,2531,
1152
+ ,,fr735xt_apac,2533,
1153
+ ,,fr735xt_japan,2534,
1154
+ ,,fenix5s,2544,
1155
+ ,,d2_bravo_titanium,2547,
1156
+ ,,varia_ut800,2567,Varia UT 800 SW
1157
+ ,,running_dynamics_pod,2593,
1158
+ ,,fenix5x,2604,
1159
+ ,,vivo_fit_jr,2606,
1160
+ ,,vivo_smart3,2622,
1161
+ ,,vivo_sport,2623,
1162
+ ,,approach_s60,2656,
1163
+ ,,virb_360,2687,
1164
+ ,,fr935,2691,
1165
+ ,,fenix5,2697,
1166
+ ,,vivoactive3,2700,
1167
+ ,,foretrex_601_701,2769,
1168
+ ,,vivo_move_hr,2772,
1169
+ ,,edge_1030,2713,
1170
+ ,,approach_z80,2806,
1171
+ ,,vivo_smart3_apac,2831,
1172
+ ,,vivo_sport_apac,2832,
1173
+ ,,descent,2859,
1174
+ ,,fr645,2886,
1175
+ ,,fr645m,2888,
1176
+ ,,fenix5s_plus,2900,
1177
+ ,,Edge_130,2909,
1178
+ ,,vivosmart_4,2927,
1179
+ ,,approach_x10,2962,
1180
+ ,,vivoactive3m_w,2988,
1181
+ ,,edge_explore,3011,
1182
+ ,,gpsmap66,3028,
1183
+ ,,approach_s10,3049,
1184
+ ,,vivoactive3m_l,3066,
1185
+ ,,approach_g80,3085,
1186
+ ,,fenix5_plus,3110,
1187
+ ,,fenix5x_plus,3111,
1188
+ ,,edge_520_plus,3112,
1189
+ ,,hrm_dual,3299,HRM-Dual
1190
+ ,,approach_s40,3314,
1191
+ ,,sdm4,10007,SDM4 footpod
1192
+ ,,edge_remote,10014,
1193
+ ,,training_center,20119,
1194
+ ,,connectiq_simulator,65531,
1195
+ ,,android_antplus_plugin,65532,
1196
+ ,,connect,65534,Garmin Connect website
1197
+ ,,,,
1198
+ antplus_device_type,uint8,,,
1199
+ ,,antfs,1,
1200
+ ,,bike_power,11,
1201
+ ,,environment_sensor_legacy,12,
1202
+ ,,multi_sport_speed_distance,15,
1203
+ ,,control,16,
1204
+ ,,fitness_equipment,17,
1205
+ ,,blood_pressure,18,
1206
+ ,,geocache_node,19,
1207
+ ,,light_electric_vehicle,20,
1208
+ ,,env_sensor,25,
1209
+ ,,racquet,26,
1210
+ ,,control_hub,27,
1211
+ ,,muscle_oxygen,31,
1212
+ ,,bike_light_main,35,
1213
+ ,,bike_light_shared,36,
1214
+ ,,exd,38,
1215
+ ,,bike_radar,40,
1216
+ ,,bike_aero,46,
1217
+ ,,weight_scale,119,
1218
+ ,,heart_rate,120,
1219
+ ,,bike_speed_cadence,121,
1220
+ ,,bike_cadence,122,
1221
+ ,,bike_speed,123,
1222
+ ,,stride_speed_distance,124,
1223
+ ,,,,
1224
+ ant_network,enum,,,
1225
+ ,,public,0,
1226
+ ,,antplus,1,
1227
+ ,,antfs,2,
1228
+ ,,private,3,
1229
+ ,,,,
1230
+ workout_capabilities,uint32z,,,
1231
+ ,,interval,0x00000001,
1232
+ ,,custom,0x00000002,
1233
+ ,,fitness_equipment,0x00000004,
1234
+ ,,firstbeat,0x00000008,
1235
+ ,,new_leaf,0x00000010,
1236
+ ,,tcx,0x00000020,For backwards compatibility. Watch should add missing id fields then clear flag.
1237
+ ,,speed,0x00000080,Speed source required for workout step.
1238
+ ,,heart_rate,0x00000100,Heart rate source required for workout step.
1239
+ ,,distance,0x00000200,Distance source required for workout step.
1240
+ ,,cadence,0x00000400,Cadence source required for workout step.
1241
+ ,,power,0x00000800,Power source required for workout step.
1242
+ ,,grade,0x00001000,Grade source required for workout step.
1243
+ ,,resistance,0x00002000,Resistance source required for workout step.
1244
+ ,,protected,0x00004000,
1245
+ ,,,,
1246
+ battery_status,uint8,,,
1247
+ ,,new,1,
1248
+ ,,good,2,
1249
+ ,,ok,3,
1250
+ ,,low,4,
1251
+ ,,critical,5,
1252
+ ,,charging,6,
1253
+ ,,unknown,7,
1254
+ ,,,,
1255
+ hr_type,enum,,,
1256
+ ,,normal,0,
1257
+ ,,irregular,1,
1258
+ ,,,,
1259
+ course_capabilities,uint32z,,,
1260
+ ,,processed,0x00000001,
1261
+ ,,valid,0x00000002,
1262
+ ,,time,0x00000004,
1263
+ ,,distance,0x00000008,
1264
+ ,,position,0x00000010,
1265
+ ,,heart_rate,0x00000020,
1266
+ ,,power,0x00000040,
1267
+ ,,cadence,0x00000080,
1268
+ ,,training,0x00000100,
1269
+ ,,navigation,0x00000200,
1270
+ ,,bikeway,0x00000400,
1271
+ ,,,,
1272
+ weight,uint16,,,
1273
+ ,,calculating,0xFFFE,
1274
+ ,,,,
1275
+ workout_hr,uint32,,,0 - 100 indicates% of max hr; >100 indicates bpm (255 max) plus 100
1276
+ ,,bpm_offset,100,
1277
+ ,,,,
1278
+ workout_power,uint32,,,0 - 1000 indicates % of functional threshold power; >1000 indicates watts plus 1000.
1279
+ ,,watts_offset,1000,
1280
+ ,,,,
1281
+ bp_status,enum,,,
1282
+ ,,no_error,0,
1283
+ ,,error_incomplete_data,1,
1284
+ ,,error_no_measurement,2,
1285
+ ,,error_data_out_of_range,3,
1286
+ ,,error_irregular_heart_rate,4,
1287
+ ,,,,
1288
+ user_local_id,uint16,,,
1289
+ ,,local_min,0x0000,
1290
+ ,,local_max,0x000F,
1291
+ ,,stationary_min,0x0010,
1292
+ ,,stationary_max,0x00FF,
1293
+ ,,portable_min,0x0100,
1294
+ ,,portable_max,0xFFFE,
1295
+ ,,,,
1296
+ swim_stroke,enum,,,
1297
+ ,,freestyle,0,
1298
+ ,,backstroke,1,
1299
+ ,,breaststroke,2,
1300
+ ,,butterfly,3,
1301
+ ,,drill,4,
1302
+ ,,mixed,5,
1303
+ ,,im,6,"IM is a mixed interval containing the same number of lengths for each of: Butterfly, Backstroke, Breaststroke, Freestyle, swam in that order."
1304
+ ,,,,
1305
+ activity_type,enum,,,
1306
+ ,,generic,0,
1307
+ ,,running,1,
1308
+ ,,cycling,2,
1309
+ ,,transition,3,Mulitsport transition
1310
+ ,,fitness_equipment,4,
1311
+ ,,swimming,5,
1312
+ ,,walking,6,
1313
+ ,,sedentary,8,
1314
+ ,,all,254,All is for goals only to include all sports.
1315
+ ,,,,
1316
+ activity_subtype,enum,,,
1317
+ ,,generic,0,
1318
+ ,,treadmill,1,Run
1319
+ ,,street,2,Run
1320
+ ,,trail,3,Run
1321
+ ,,track,4,Run
1322
+ ,,spin,5,Cycling
1323
+ ,,indoor_cycling,6,Cycling
1324
+ ,,road,7,Cycling
1325
+ ,,mountain,8,Cycling
1326
+ ,,downhill,9,Cycling
1327
+ ,,recumbent,10,Cycling
1328
+ ,,cyclocross,11,Cycling
1329
+ ,,hand_cycling,12,Cycling
1330
+ ,,track_cycling,13,Cycling
1331
+ ,,indoor_rowing,14,Fitness Equipment
1332
+ ,,elliptical,15,Fitness Equipment
1333
+ ,,stair_climbing,16,Fitness Equipment
1334
+ ,,lap_swimming,17,Swimming
1335
+ ,,open_water,18,Swimming
1336
+ ,,all,254,
1337
+ ,,,,
1338
+ activity_level,enum,,,
1339
+ ,,low,0,
1340
+ ,,medium,1,
1341
+ ,,high,2,
1342
+ ,,,,
1343
+ side,enum,,,
1344
+ ,,right,0,
1345
+ ,,left,1,
1346
+ left_right_balance,uint8,,,
1347
+ ,,mask,0x7F,% contribution
1348
+ ,,right,0x80,"data corresponds to right if set, otherwise unknown"
1349
+ ,,,,
1350
+ left_right_balance_100,uint16,,,
1351
+ ,,mask,0x3FFF,% contribution scaled by 100
1352
+ ,,right,0x8000,"data corresponds to right if set, otherwise unknown"
1353
+ ,,,,
1354
+ length_type,enum,,,
1355
+ ,,idle,0,Rest period. Length with no strokes
1356
+ ,,active,1,Length with strokes.
1357
+ ,,,,
1358
+ day_of_week,enum,,,
1359
+ ,,sunday,0,
1360
+ ,,monday,1,
1361
+ ,,tuesday,2,
1362
+ ,,wednesday,3,
1363
+ ,,thursday,4,
1364
+ ,,friday,5,
1365
+ ,,saturday,6,
1366
+ connectivity_capabilities,uint32z,,,
1367
+ ,,bluetooth,0x00000001,
1368
+ ,,bluetooth_le,0x00000002,
1369
+ ,,ant,0x00000004,
1370
+ ,,activity_upload,0x00000008,
1371
+ ,,course_download,0x00000010,
1372
+ ,,workout_download,0x00000020,
1373
+ ,,live_track,0x00000040,
1374
+ ,,weather_conditions,0x00000080,
1375
+ ,,weather_alerts,0x00000100,
1376
+ ,,gps_ephemeris_download,0x00000200,
1377
+ ,,explicit_archive,0x00000400,
1378
+ ,,setup_incomplete,0x00000800,
1379
+ ,,continue_sync_after_software_update,0x00001000,
1380
+ ,,connect_iq_app_download,0x00002000,
1381
+ ,,golf_course_download,0x00004000,
1382
+ ,,device_initiates_sync,0x00008000,Indicates device is in control of initiating all syncs
1383
+ ,,connect_iq_watch_app_download,0x00010000,
1384
+ ,,connect_iq_widget_download,0x00020000,
1385
+ ,,connect_iq_watch_face_download,0x00040000,
1386
+ ,,connect_iq_data_field_download,0x00080000,
1387
+ ,,connect_iq_app_managment,0x00100000,Device supports delete and reorder of apps via GCM
1388
+ ,,swing_sensor,0x00200000,
1389
+ ,,swing_sensor_remote,0x00400000,
1390
+ ,,incident_detection,0x00800000,Device supports incident detection
1391
+ ,,audio_prompts,0x01000000,
1392
+ ,,wifi_verification,0x02000000,Device supports reporting wifi verification via GCM
1393
+ ,,true_up,0x04000000,Device supports True Up
1394
+ ,,find_my_watch,0x08000000,Device supports Find My Watch
1395
+ ,,remote_manual_sync,0x10000000,
1396
+ ,,live_track_auto_start,0x20000000,Device supports LiveTrack auto start
1397
+ ,,live_track_messaging,0x40000000,Device supports LiveTrack Messaging
1398
+ ,,instant_input,0x80000000,Device supports instant input feature
1399
+ ,,,,
1400
+ weather_report,enum,,,
1401
+ ,,current,0,
1402
+ ,,forecast,1,Deprecated use hourly_forecast instead
1403
+ ,,hourly_forecast,1,
1404
+ ,,daily_forecast,2,
1405
+ ,,,,
1406
+ weather_status,enum,,,
1407
+ ,,clear,0,
1408
+ ,,partly_cloudy,1,
1409
+ ,,mostly_cloudy,2,
1410
+ ,,rain,3,
1411
+ ,,snow,4,
1412
+ ,,windy,5,
1413
+ ,,thunderstorms,6,
1414
+ ,,wintry_mix,7,
1415
+ ,,fog,8,
1416
+ ,,hazy,11,
1417
+ ,,hail,12,
1418
+ ,,scattered_showers,13,
1419
+ ,,scattered_thunderstorms,14,
1420
+ ,,unknown_precipitation,15,
1421
+ ,,light_rain,16,
1422
+ ,,heavy_rain,17,
1423
+ ,,light_snow,18,
1424
+ ,,heavy_snow,19,
1425
+ ,,light_rain_snow,20,
1426
+ ,,heavy_rain_snow,21,
1427
+ ,,cloudy,22,
1428
+ ,,,,
1429
+ weather_severity,enum,,,
1430
+ ,,unknown,0,
1431
+ ,,warning,1,
1432
+ ,,watch,2,
1433
+ ,,advisory,3,
1434
+ ,,statement,4,
1435
+ ,,,,
1436
+ weather_severe_type,enum,,,
1437
+ ,,unspecified,0,
1438
+ ,,tornado,1,
1439
+ ,,tsunami,2,
1440
+ ,,hurricane,3,
1441
+ ,,extreme_wind,4,
1442
+ ,,typhoon,5,
1443
+ ,,inland_hurricane,6,
1444
+ ,,hurricane_force_wind,7,
1445
+ ,,waterspout,8,
1446
+ ,,severe_thunderstorm,9,
1447
+ ,,wreckhouse_winds,10,
1448
+ ,,les_suetes_wind,11,
1449
+ ,,avalanche,12,
1450
+ ,,flash_flood,13,
1451
+ ,,tropical_storm,14,
1452
+ ,,inland_tropical_storm,15,
1453
+ ,,blizzard,16,
1454
+ ,,ice_storm,17,
1455
+ ,,freezing_rain,18,
1456
+ ,,debris_flow,19,
1457
+ ,,flash_freeze,20,
1458
+ ,,dust_storm,21,
1459
+ ,,high_wind,22,
1460
+ ,,winter_storm,23,
1461
+ ,,heavy_freezing_spray,24,
1462
+ ,,extreme_cold,25,
1463
+ ,,wind_chill,26,
1464
+ ,,cold_wave,27,
1465
+ ,,heavy_snow_alert,28,
1466
+ ,,lake_effect_blowing_snow,29,
1467
+ ,,snow_squall,30,
1468
+ ,,lake_effect_snow,31,
1469
+ ,,winter_weather,32,
1470
+ ,,sleet,33,
1471
+ ,,snowfall,34,
1472
+ ,,snow_and_blowing_snow,35,
1473
+ ,,blowing_snow,36,
1474
+ ,,snow_alert,37,
1475
+ ,,arctic_outflow,38,
1476
+ ,,freezing_drizzle,39,
1477
+ ,,storm,40,
1478
+ ,,storm_surge,41,
1479
+ ,,rainfall,42,
1480
+ ,,areal_flood,43,
1481
+ ,,coastal_flood,44,
1482
+ ,,lakeshore_flood,45,
1483
+ ,,excessive_heat,46,
1484
+ ,,heat,47,
1485
+ ,,weather,48,
1486
+ ,,high_heat_and_humidity,49,
1487
+ ,,humidex_and_health,50,
1488
+ ,,humidex,51,
1489
+ ,,gale,52,
1490
+ ,,freezing_spray,53,
1491
+ ,,special_marine,54,
1492
+ ,,squall,55,
1493
+ ,,strong_wind,56,
1494
+ ,,lake_wind,57,
1495
+ ,,marine_weather,58,
1496
+ ,,wind,59,
1497
+ ,,small_craft_hazardous_seas,60,
1498
+ ,,hazardous_seas,61,
1499
+ ,,small_craft,62,
1500
+ ,,small_craft_winds,63,
1501
+ ,,small_craft_rough_bar,64,
1502
+ ,,high_water_level,65,
1503
+ ,,ashfall,66,
1504
+ ,,freezing_fog,67,
1505
+ ,,dense_fog,68,
1506
+ ,,dense_smoke,69,
1507
+ ,,blowing_dust,70,
1508
+ ,,hard_freeze,71,
1509
+ ,,freeze,72,
1510
+ ,,frost,73,
1511
+ ,,fire_weather,74,
1512
+ ,,flood,75,
1513
+ ,,rip_tide,76,
1514
+ ,,high_surf,77,
1515
+ ,,smog,78,
1516
+ ,,air_quality,79,
1517
+ ,,brisk_wind,80,
1518
+ ,,air_stagnation,81,
1519
+ ,,low_water,82,
1520
+ ,,hydrological,83,
1521
+ ,,special_weather,84,
1522
+ ,,,,
1523
+ time_into_day,uint32,,,number of seconds into the day since 00:00:00 UTC
1524
+ ,,,,
1525
+ localtime_into_day,uint32,,,number of seconds into the day since local 00:00:00
1526
+ stroke_type,enum,,,
1527
+ ,,no_event,0,
1528
+ ,,other,1,stroke was detected but cannot be identified
1529
+ ,,serve,2,
1530
+ ,,forehand,3,
1531
+ ,,backhand,4,
1532
+ ,,smash,5,
1533
+ ,,,,
1534
+ body_location,enum,,,
1535
+ ,,left_leg,0,
1536
+ ,,left_calf,1,
1537
+ ,,left_shin,2,
1538
+ ,,left_hamstring,3,
1539
+ ,,left_quad,4,
1540
+ ,,left_glute,5,
1541
+ ,,right_leg,6,
1542
+ ,,right_calf,7,
1543
+ ,,right_shin,8,
1544
+ ,,right_hamstring,9,
1545
+ ,,right_quad,10,
1546
+ ,,right_glute,11,
1547
+ ,,torso_back,12,
1548
+ ,,left_lower_back,13,
1549
+ ,,left_upper_back,14,
1550
+ ,,right_lower_back,15,
1551
+ ,,right_upper_back,16,
1552
+ ,,torso_front,17,
1553
+ ,,left_abdomen,18,
1554
+ ,,left_chest,19,
1555
+ ,,right_abdomen,20,
1556
+ ,,right_chest,21,
1557
+ ,,left_arm,22,
1558
+ ,,left_shoulder,23,
1559
+ ,,left_bicep,24,
1560
+ ,,left_tricep,25,
1561
+ ,,left_brachioradialis,26,Left anterior forearm
1562
+ ,,left_forearm_extensors,27,Left posterior forearm
1563
+ ,,right_arm,28,
1564
+ ,,right_shoulder,29,
1565
+ ,,right_bicep,30,
1566
+ ,,right_tricep,31,
1567
+ ,,right_brachioradialis,32,Right anterior forearm
1568
+ ,,right_forearm_extensors,33,Right posterior forearm
1569
+ ,,neck,34,
1570
+ ,,throat,35,
1571
+ ,,waist_mid_back,36,
1572
+ ,,waist_front,37,
1573
+ ,,waist_left,38,
1574
+ ,,waist_right,39,
1575
+ ,,,,
1576
+ segment_lap_status,enum,,,
1577
+ ,,end,0,
1578
+ ,,fail,1,
1579
+ ,,,,
1580
+ segment_leaderboard_type,enum,,,
1581
+ ,,overall,0,
1582
+ ,,personal_best,1,
1583
+ ,,connections,2,
1584
+ ,,group,3,
1585
+ ,,challenger,4,
1586
+ ,,kom,5,
1587
+ ,,qom,6,
1588
+ ,,pr,7,
1589
+ ,,goal,8,
1590
+ ,,rival,9,
1591
+ ,,club_leader,10,
1592
+ ,,,,
1593
+ segment_delete_status,enum,,,
1594
+ ,,do_not_delete,0,
1595
+ ,,delete_one,1,
1596
+ ,,delete_all,2,
1597
+ ,,,,
1598
+ segment_selection_type,enum,,,
1599
+ ,,starred,0,
1600
+ ,,suggested,1,
1601
+ ,,,,
1602
+ source_type,enum,,,
1603
+ ,,ant,0,External device connected with ANT
1604
+ ,,antplus,1,External device connected with ANT+
1605
+ ,,bluetooth,2,External device connected with BT
1606
+ ,,bluetooth_low_energy,3,External device connected with BLE
1607
+ ,,wifi,4,External device connected with Wifi
1608
+ ,,local,5,Onboard device
1609
+ ,,,,
1610
+ local_device_type,uint8,,,
1611
+ display_orientation,enum,,,
1612
+ ,,auto,0,automatic if the device supports it
1613
+ ,,portrait,1,
1614
+ ,,landscape,2,
1615
+ ,,portrait_flipped,3,portrait mode but rotated 180 degrees
1616
+ ,,landscape_flipped,4,landscape mode but rotated 180 degrees
1617
+ workout_equipment,enum,,,
1618
+ ,,none,0,
1619
+ ,,swim_fins,1,
1620
+ ,,swim_kickboard,2,
1621
+ ,,swim_paddles,3,
1622
+ ,,swim_pull_buoy,4,
1623
+ ,,swim_snorkel,5,
1624
+ watchface_mode,enum,,,
1625
+ ,,digital,0,
1626
+ ,,analog,1,
1627
+ ,,connect_iq,2,
1628
+ ,,disabled,3,
1629
+ digital_watchface_layout,enum,,,
1630
+ ,,traditional,0,
1631
+ ,,modern,1,
1632
+ ,,bold,2,
1633
+ analog_watchface_layout,enum,,,
1634
+ ,,minimal,0,
1635
+ ,,traditional,1,
1636
+ ,,modern,2,
1637
+ rider_position_type,enum,,,
1638
+ ,,seated,0,
1639
+ ,,standing,1,
1640
+ ,,transition_to_seated,2,
1641
+ ,,transition_to_standing,3,
1642
+ ,,,,
1643
+ power_phase_type,enum,,,
1644
+ ,,power_phase_start_angle,0,
1645
+ ,,power_phase_end_angle,1,
1646
+ ,,power_phase_arc_length,2,
1647
+ ,,power_phase_center,3,
1648
+ ,,,,
1649
+ camera_event_type,enum,,,
1650
+ ,,video_start,0,Start of video recording
1651
+ ,,video_split,1,"Mark of video file split (end of one file, beginning of the other)"
1652
+ ,,video_end,2,End of video recording
1653
+ ,,photo_taken,3,Still photo taken
1654
+ ,,video_second_stream_start,4,
1655
+ ,,video_second_stream_split,5,
1656
+ ,,video_second_stream_end,6,
1657
+ ,,video_split_start,7,Mark of video file split start
1658
+ ,,video_second_stream_split_start,8,
1659
+ ,,video_pause,11,Mark when a video recording has been paused
1660
+ ,,video_second_stream_pause,12,
1661
+ ,,video_resume,13,Mark when a video recording has been resumed
1662
+ ,,video_second_stream_resume,14,
1663
+ ,,,,
1664
+ sensor_type,enum,,,
1665
+ ,,accelerometer,0,
1666
+ ,,gyroscope,1,
1667
+ ,,compass,2,Magnetometer
1668
+ ,,barometer,3,
1669
+ ,,,,
1670
+ bike_light_network_config_type,enum,,,
1671
+ ,,auto,0,
1672
+ ,,individual,4,
1673
+ ,,high_visibility,5,
1674
+ ,,trail,6,
1675
+ comm_timeout_type,uint16,,,
1676
+ ,,wildcard_pairing_timeout,0,Timeout pairing to any device
1677
+ ,,pairing_timeout,1,Timeout pairing to previously paired device
1678
+ ,,connection_lost,2,Temporary loss of communications
1679
+ ,,connection_timeout,3,Connection closed due to extended bad communications
1680
+ camera_orientation_type,enum,,,
1681
+ ,,camera_orientation_0,0,
1682
+ ,,camera_orientation_90,1,
1683
+ ,,camera_orientation_180,2,
1684
+ ,,camera_orientation_270,3,
1685
+ ,,,,
1686
+ attitude_stage,enum,,,
1687
+ ,,failed,0,
1688
+ ,,aligning,1,
1689
+ ,,degraded,2,
1690
+ ,,valid,3,
1691
+ ,,,,
1692
+ attitude_validity,uint16,,,
1693
+ ,,track_angle_heading_valid,0x0001,
1694
+ ,,pitch_valid,0x0002,
1695
+ ,,roll_valid,0x0004,
1696
+ ,,lateral_body_accel_valid,0x0008,
1697
+ ,,normal_body_accel_valid,0x0010,
1698
+ ,,turn_rate_valid,0x0020,
1699
+ ,,hw_fail,0x0040,
1700
+ ,,mag_invalid,0x0080,
1701
+ ,,no_gps,0x0100,
1702
+ ,,gps_invalid,0x0200,
1703
+ ,,solution_coasting,0x0400,
1704
+ ,,true_track_angle,0x0800,
1705
+ ,,magnetic_heading,0x1000,
1706
+ ,,,,
1707
+ auto_sync_frequency,enum,,,
1708
+ ,,never,0,
1709
+ ,,occasionally,1,
1710
+ ,,frequent,2,
1711
+ ,,once_a_day,3,
1712
+ ,,remote,4,
1713
+ exd_layout,enum,,,
1714
+ ,,full_screen,0,
1715
+ ,,half_vertical,1,
1716
+ ,,half_horizontal,2,
1717
+ ,,half_vertical_right_split,3,
1718
+ ,,half_horizontal_bottom_split,4,
1719
+ ,,full_quarter_split,5,
1720
+ ,,half_vertical_left_split,6,
1721
+ ,,half_horizontal_top_split,7,
1722
+ ,,,,
1723
+ exd_display_type,enum,,,
1724
+ ,,numerical,0,
1725
+ ,,simple,1,
1726
+ ,,graph,2,
1727
+ ,,bar,3,
1728
+ ,,circle_graph,4,
1729
+ ,,virtual_partner,5,
1730
+ ,,balance,6,
1731
+ ,,string_list,7,
1732
+ ,,string,8,
1733
+ ,,simple_dynamic_icon,9,
1734
+ ,,gauge,10,
1735
+ ,,,,
1736
+ exd_data_units,enum,,,
1737
+ ,,no_units,0,
1738
+ ,,laps,1,
1739
+ ,,miles_per_hour,2,
1740
+ ,,kilometers_per_hour,3,
1741
+ ,,feet_per_hour,4,
1742
+ ,,meters_per_hour,5,
1743
+ ,,degrees_celsius,6,
1744
+ ,,degrees_farenheit,7,
1745
+ ,,zone,8,
1746
+ ,,gear,9,
1747
+ ,,rpm,10,
1748
+ ,,bpm,11,
1749
+ ,,degrees,12,
1750
+ ,,millimeters,13,
1751
+ ,,meters,14,
1752
+ ,,kilometers,15,
1753
+ ,,feet,16,
1754
+ ,,yards,17,
1755
+ ,,kilofeet,18,
1756
+ ,,miles,19,
1757
+ ,,time,20,
1758
+ ,,enum_turn_type,21,
1759
+ ,,percent,22,
1760
+ ,,watts,23,
1761
+ ,,watts_per_kilogram,24,
1762
+ ,,enum_battery_status,25,
1763
+ ,,enum_bike_light_beam_angle_mode,26,
1764
+ ,,enum_bike_light_battery_status,27,
1765
+ ,,enum_bike_light_network_config_type,28,
1766
+ ,,lights,29,
1767
+ ,,seconds,30,
1768
+ ,,minutes,31,
1769
+ ,,hours,32,
1770
+ ,,calories,33,
1771
+ ,,kilojoules,34,
1772
+ ,,milliseconds,35,
1773
+ ,,second_per_mile,36,
1774
+ ,,second_per_kilometer,37,
1775
+ ,,centimeter,38,
1776
+ ,,enum_course_point,39,
1777
+ ,,bradians,40,
1778
+ ,,enum_sport,41,
1779
+ ,,inches_hg,42,
1780
+ ,,mm_hg,43,
1781
+ ,,mbars,44,
1782
+ ,,hecto_pascals,45,
1783
+ ,,feet_per_min,46,
1784
+ ,,meters_per_min,47,
1785
+ ,,meters_per_sec,48,
1786
+ ,,eight_cardinal,49,
1787
+ ,,,,
1788
+ exd_qualifiers,enum,,,
1789
+ ,,no_qualifier,0,
1790
+ ,,instantaneous,1,
1791
+ ,,average,2,
1792
+ ,,lap,3,
1793
+ ,,maximum,4,
1794
+ ,,maximum_average,5,
1795
+ ,,maximum_lap,6,
1796
+ ,,last_lap,7,
1797
+ ,,average_lap,8,
1798
+ ,,to_destination,9,
1799
+ ,,to_go,10,
1800
+ ,,to_next,11,
1801
+ ,,next_course_point,12,
1802
+ ,,total,13,
1803
+ ,,three_second_average,14,
1804
+ ,,ten_second_average,15,
1805
+ ,,thirty_second_average,16,
1806
+ ,,percent_maximum,17,
1807
+ ,,percent_maximum_average,18,
1808
+ ,,lap_percent_maximum,19,
1809
+ ,,elapsed,20,
1810
+ ,,sunrise,21,
1811
+ ,,sunset,22,
1812
+ ,,compared_to_virtual_partner,23,
1813
+ ,,maximum_24h,24,
1814
+ ,,minimum_24h,25,
1815
+ ,,minimum,26,
1816
+ ,,first,27,
1817
+ ,,second,28,
1818
+ ,,third,29,
1819
+ ,,shifter,30,
1820
+ ,,last_sport,31,
1821
+ ,,moving,32,
1822
+ ,,stopped,33,
1823
+ ,,estimated_total,34,
1824
+ ,,zone_9,242,
1825
+ ,,zone_8,243,
1826
+ ,,zone_7,244,
1827
+ ,,zone_6,245,
1828
+ ,,zone_5,246,
1829
+ ,,zone_4,247,
1830
+ ,,zone_3,248,
1831
+ ,,zone_2,249,
1832
+ ,,zone_1,250,
1833
+ ,,,,
1834
+ exd_descriptors,enum,,,
1835
+ ,,bike_light_battery_status,0,
1836
+ ,,beam_angle_status,1,
1837
+ ,,batery_level,2,
1838
+ ,,light_network_mode,3,
1839
+ ,,number_lights_connected,4,
1840
+ ,,cadence,5,
1841
+ ,,distance,6,
1842
+ ,,estimated_time_of_arrival,7,
1843
+ ,,heading,8,
1844
+ ,,time,9,
1845
+ ,,battery_level,10,
1846
+ ,,trainer_resistance,11,
1847
+ ,,trainer_target_power,12,
1848
+ ,,time_seated,13,
1849
+ ,,time_standing,14,
1850
+ ,,elevation,15,
1851
+ ,,grade,16,
1852
+ ,,ascent,17,
1853
+ ,,descent,18,
1854
+ ,,vertical_speed,19,
1855
+ ,,di2_battery_level,20,
1856
+ ,,front_gear,21,
1857
+ ,,rear_gear,22,
1858
+ ,,gear_ratio,23,
1859
+ ,,heart_rate,24,
1860
+ ,,heart_rate_zone,25,
1861
+ ,,time_in_heart_rate_zone,26,
1862
+ ,,heart_rate_reserve,27,
1863
+ ,,calories,28,
1864
+ ,,gps_accuracy,29,
1865
+ ,,gps_signal_strength,30,
1866
+ ,,temperature,31,
1867
+ ,,time_of_day,32,
1868
+ ,,balance,33,
1869
+ ,,pedal_smoothness,34,
1870
+ ,,power,35,
1871
+ ,,functional_threshold_power,36,
1872
+ ,,intensity_factor,37,
1873
+ ,,work,38,
1874
+ ,,power_ratio,39,
1875
+ ,,normalized_power,40,
1876
+ ,,training_stress_Score,41,
1877
+ ,,time_on_zone,42,
1878
+ ,,speed,43,
1879
+ ,,laps,44,
1880
+ ,,reps,45,
1881
+ ,,workout_step,46,
1882
+ ,,course_distance,47,
1883
+ ,,navigation_distance,48,
1884
+ ,,course_estimated_time_of_arrival,49,
1885
+ ,,navigation_estimated_time_of_arrival,50,
1886
+ ,,course_time,51,
1887
+ ,,navigation_time,52,
1888
+ ,,course_heading,53,
1889
+ ,,navigation_heading,54,
1890
+ ,,power_zone,55,
1891
+ ,,torque_effectiveness,56,
1892
+ ,,timer_time,57,
1893
+ ,,power_weight_ratio,58,
1894
+ ,,left_platform_center_offset,59,
1895
+ ,,right_platform_center_offset,60,
1896
+ ,,left_power_phase_start_angle,61,
1897
+ ,,right_power_phase_start_angle,62,
1898
+ ,,left_power_phase_finish_angle,63,
1899
+ ,,right_power_phase_finish_angle,64,
1900
+ ,,gears,65,Combined gear information
1901
+ ,,pace,66,
1902
+ ,,training_effect,67,
1903
+ ,,vertical_oscillation,68,
1904
+ ,,vertical_ratio,69,
1905
+ ,,ground_contact_time,70,
1906
+ ,,left_ground_contact_time_balance,71,
1907
+ ,,right_ground_contact_time_balance,72,
1908
+ ,,stride_length,73,
1909
+ ,,running_cadence,74,
1910
+ ,,performance_condition,75,
1911
+ ,,course_type,76,
1912
+ ,,time_in_power_zone,77,
1913
+ ,,navigation_turn,78,
1914
+ ,,course_location,79,
1915
+ ,,navigation_location,80,
1916
+ ,,compass,81,
1917
+ ,,gear_combo,82,
1918
+ ,,muscle_oxygen,83,
1919
+ ,,icon,84,
1920
+ ,,compass_heading,85,
1921
+ ,,gps_heading,86,
1922
+ ,,gps_elevation,87,
1923
+ ,,anaerobic_training_effect,88,
1924
+ ,,course,89,
1925
+ ,,off_course,90,
1926
+ ,,glide_ratio,91,
1927
+ ,,vertical_distance,92,
1928
+ ,,vmg,93,
1929
+ ,,ambient_pressure,94,
1930
+ ,,pressure,95,
1931
+ ,,vam,96,
1932
+ auto_activity_detect,uint32,,,
1933
+ ,,none,0x00000000,
1934
+ ,,running,0x00000001,
1935
+ ,,cycling,0x00000002,
1936
+ ,,swimming,0x00000004,
1937
+ ,,walking,0x00000008,
1938
+ ,,elliptical,0x00000020,
1939
+ ,,sedentary,0x00000400,
1940
+ ,,,,
1941
+ supported_exd_screen_layouts,uint32z,,,
1942
+ ,,full_screen,0x00000001,
1943
+ ,,half_vertical,0x00000002,
1944
+ ,,half_horizontal,0x00000004,
1945
+ ,,half_vertical_right_split,0x00000008,
1946
+ ,,half_horizontal_bottom_split,0x00000010,
1947
+ ,,full_quarter_split,0x00000020,
1948
+ ,,half_vertical_left_split,0x00000040,
1949
+ ,,half_horizontal_top_split,0x00000080,
1950
+ ,,,,
1951
+ ,,,,
1952
+ fit_base_type,uint8,,,
1953
+ ,,enum,0,
1954
+ ,,sint8,1,
1955
+ ,,uint8,2,
1956
+ ,,sint16,131,
1957
+ ,,uint16,132,
1958
+ ,,sint32,133,
1959
+ ,,uint32,134,
1960
+ ,,string,7,
1961
+ ,,float32,136,
1962
+ ,,float64,137,
1963
+ ,,uint8z,10,
1964
+ ,,uint16z,139,
1965
+ ,,uint32z,140,
1966
+ ,,byte,13,
1967
+ ,,sint64,142,
1968
+ ,,uint64,143,
1969
+ ,,uint64z,144,
1970
+ turn_type,enum,,,
1971
+ ,,arriving_idx,0,
1972
+ ,,arriving_left_idx,1,
1973
+ ,,arriving_right_idx,2,
1974
+ ,,arriving_via_idx,3,
1975
+ ,,arriving_via_left_idx,4,
1976
+ ,,arriving_via_right_idx,5,
1977
+ ,,bear_keep_left_idx,6,
1978
+ ,,bear_keep_right_idx,7,
1979
+ ,,continue_idx,8,
1980
+ ,,exit_left_idx,9,
1981
+ ,,exit_right_idx,10,
1982
+ ,,ferry_idx,11,
1983
+ ,,roundabout_45_idx,12,
1984
+ ,,roundabout_90_idx,13,
1985
+ ,,roundabout_135_idx,14,
1986
+ ,,roundabout_180_idx,15,
1987
+ ,,roundabout_225_idx,16,
1988
+ ,,roundabout_270_idx,17,
1989
+ ,,roundabout_315_idx,18,
1990
+ ,,roundabout_360_idx,19,
1991
+ ,,roundabout_neg_45_idx,20,
1992
+ ,,roundabout_neg_90_idx,21,
1993
+ ,,roundabout_neg_135_idx,22,
1994
+ ,,roundabout_neg_180_idx,23,
1995
+ ,,roundabout_neg_225_idx,24,
1996
+ ,,roundabout_neg_270_idx,25,
1997
+ ,,roundabout_neg_315_idx,26,
1998
+ ,,roundabout_neg_360_idx,27,
1999
+ ,,roundabout_generic_idx,28,
2000
+ ,,roundabout_neg_generic_idx,29,
2001
+ ,,sharp_turn_left_idx,30,
2002
+ ,,sharp_turn_right_idx,31,
2003
+ ,,turn_left_idx,32,
2004
+ ,,turn_right_idx,33,
2005
+ ,,uturn_left_idx,34,
2006
+ ,,uturn_right_idx,35,
2007
+ ,,icon_inv_idx,36,
2008
+ ,,icon_idx_cnt,37,
2009
+ ,,,,
2010
+ bike_light_beam_angle_mode,uint8,,,
2011
+ ,,manual,0,
2012
+ ,,auto,1,
2013
+ ,,,,
2014
+ fit_base_unit,uint16,,,
2015
+ ,,other,0,
2016
+ ,,kilogram,1,
2017
+ ,,pound,2,
2018
+ set_type,uint8,,,
2019
+ ,,rest,0,
2020
+ ,,active,1,
2021
+ exercise_category,uint16,,,
2022
+ ,,bench_press,0,
2023
+ ,,calf_raise,1,
2024
+ ,,cardio,2,
2025
+ ,,carry,3,
2026
+ ,,chop,4,
2027
+ ,,core,5,
2028
+ ,,crunch,6,
2029
+ ,,curl,7,
2030
+ ,,deadlift,8,
2031
+ ,,flye,9,
2032
+ ,,hip_raise,10,
2033
+ ,,hip_stability,11,
2034
+ ,,hip_swing,12,
2035
+ ,,hyperextension,13,
2036
+ ,,lateral_raise,14,
2037
+ ,,leg_curl,15,
2038
+ ,,leg_raise,16,
2039
+ ,,lunge,17,
2040
+ ,,olympic_lift,18,
2041
+ ,,plank,19,
2042
+ ,,plyo,20,
2043
+ ,,pull_up,21,
2044
+ ,,push_up,22,
2045
+ ,,row,23,
2046
+ ,,shoulder_press,24,
2047
+ ,,shoulder_stability,25,
2048
+ ,,shrug,26,
2049
+ ,,sit_up,27,
2050
+ ,,squat,28,
2051
+ ,,total_body,29,
2052
+ ,,triceps_extension,30,
2053
+ ,,warm_up,31,
2054
+ ,,run,32,
2055
+ ,,unknown,65534,
2056
+ bench_press_exercise_name,uint16,,,
2057
+ ,,alternating_dumbbell_chest_press_on_swiss_ball,0,
2058
+ ,,barbell_bench_press,1,
2059
+ ,,barbell_board_bench_press,2,
2060
+ ,,barbell_floor_press,3,
2061
+ ,,close_grip_barbell_bench_press,4,
2062
+ ,,decline_dumbbell_bench_press,5,
2063
+ ,,dumbbell_bench_press,6,
2064
+ ,,dumbbell_floor_press,7,
2065
+ ,,incline_barbell_bench_press,8,
2066
+ ,,incline_dumbbell_bench_press,9,
2067
+ ,,incline_smith_machine_bench_press,10,
2068
+ ,,isometric_barbell_bench_press,11,
2069
+ ,,kettlebell_chest_press,12,
2070
+ ,,neutral_grip_dumbbell_bench_press,13,
2071
+ ,,neutral_grip_dumbbell_incline_bench_press,14,
2072
+ ,,one_arm_floor_press,15,
2073
+ ,,weighted_one_arm_floor_press,16,
2074
+ ,,partial_lockout,17,
2075
+ ,,reverse_grip_barbell_bench_press,18,
2076
+ ,,reverse_grip_incline_bench_press,19,
2077
+ ,,single_arm_cable_chest_press,20,
2078
+ ,,single_arm_dumbbell_bench_press,21,
2079
+ ,,smith_machine_bench_press,22,
2080
+ ,,swiss_ball_dumbbell_chest_press,23,
2081
+ ,,triple_stop_barbell_bench_press,24,
2082
+ ,,wide_grip_barbell_bench_press,25,
2083
+ ,,alternating_dumbbell_chest_press,26,
2084
+ calf_raise_exercise_name,uint16,,,
2085
+ ,,3_way_calf_raise,0,
2086
+ ,,3_way_weighted_calf_raise,1,
2087
+ ,,3_way_single_leg_calf_raise,2,
2088
+ ,,3_way_weighted_single_leg_calf_raise,3,
2089
+ ,,donkey_calf_raise,4,
2090
+ ,,weighted_donkey_calf_raise,5,
2091
+ ,,seated_calf_raise,6,
2092
+ ,,weighted_seated_calf_raise,7,
2093
+ ,,seated_dumbbell_toe_raise,8,
2094
+ ,,single_leg_bent_knee_calf_raise,9,
2095
+ ,,weighted_single_leg_bent_knee_calf_raise,10,
2096
+ ,,single_leg_decline_push_up,11,
2097
+ ,,single_leg_donkey_calf_raise,12,
2098
+ ,,weighted_single_leg_donkey_calf_raise,13,
2099
+ ,,single_leg_hip_raise_with_knee_hold,14,
2100
+ ,,single_leg_standing_calf_raise,15,
2101
+ ,,single_leg_standing_dumbbell_calf_raise,16,
2102
+ ,,standing_barbell_calf_raise,17,
2103
+ ,,standing_calf_raise,18,
2104
+ ,,weighted_standing_calf_raise,19,
2105
+ ,,standing_dumbbell_calf_raise,20,
2106
+ cardio_exercise_name,uint16,,,
2107
+ ,,bob_and_weave_circle,0,
2108
+ ,,weighted_bob_and_weave_circle,1,
2109
+ ,,cardio_core_crawl,2,
2110
+ ,,weighted_cardio_core_crawl,3,
2111
+ ,,double_under,4,
2112
+ ,,weighted_double_under,5,
2113
+ ,,jump_rope,6,
2114
+ ,,weighted_jump_rope,7,
2115
+ ,,jump_rope_crossover,8,
2116
+ ,,weighted_jump_rope_crossover,9,
2117
+ ,,jump_rope_jog,10,
2118
+ ,,weighted_jump_rope_jog,11,
2119
+ ,,jumping_jacks,12,
2120
+ ,,weighted_jumping_jacks,13,
2121
+ ,,ski_moguls,14,
2122
+ ,,weighted_ski_moguls,15,
2123
+ ,,split_jacks,16,
2124
+ ,,weighted_split_jacks,17,
2125
+ ,,squat_jacks,18,
2126
+ ,,weighted_squat_jacks,19,
2127
+ ,,triple_under,20,
2128
+ ,,weighted_triple_under,21,
2129
+ carry_exercise_name,uint16,,,
2130
+ ,,bar_holds,0,
2131
+ ,,farmers_walk,1,
2132
+ ,,farmers_walk_on_toes,2,
2133
+ ,,hex_dumbbell_hold,3,
2134
+ ,,overhead_carry,4,
2135
+ chop_exercise_name,uint16,,,
2136
+ ,,cable_pull_through,0,
2137
+ ,,cable_rotational_lift,1,
2138
+ ,,cable_woodchop,2,
2139
+ ,,cross_chop_to_knee,3,
2140
+ ,,weighted_cross_chop_to_knee,4,
2141
+ ,,dumbbell_chop,5,
2142
+ ,,half_kneeling_rotation,6,
2143
+ ,,weighted_half_kneeling_rotation,7,
2144
+ ,,half_kneeling_rotational_chop,8,
2145
+ ,,half_kneeling_rotational_reverse_chop,9,
2146
+ ,,half_kneeling_stability_chop,10,
2147
+ ,,half_kneeling_stability_reverse_chop,11,
2148
+ ,,kneeling_rotational_chop,12,
2149
+ ,,kneeling_rotational_reverse_chop,13,
2150
+ ,,kneeling_stability_chop,14,
2151
+ ,,kneeling_woodchopper,15,
2152
+ ,,medicine_ball_wood_chops,16,
2153
+ ,,power_squat_chops,17,
2154
+ ,,weighted_power_squat_chops,18,
2155
+ ,,standing_rotational_chop,19,
2156
+ ,,standing_split_rotational_chop,20,
2157
+ ,,standing_split_rotational_reverse_chop,21,
2158
+ ,,standing_stability_reverse_chop,22,
2159
+ core_exercise_name,uint16,,,
2160
+ ,,abs_jabs,0,
2161
+ ,,weighted_abs_jabs,1,
2162
+ ,,alternating_plate_reach,2,
2163
+ ,,barbell_rollout,3,
2164
+ ,,weighted_barbell_rollout,4,
2165
+ ,,body_bar_oblique_twist,5,
2166
+ ,,cable_core_press,6,
2167
+ ,,cable_side_bend,7,
2168
+ ,,side_bend,8,
2169
+ ,,weighted_side_bend,9,
2170
+ ,,crescent_circle,10,
2171
+ ,,weighted_crescent_circle,11,
2172
+ ,,cycling_russian_twist,12,
2173
+ ,,weighted_cycling_russian_twist,13,
2174
+ ,,elevated_feet_russian_twist,14,
2175
+ ,,weighted_elevated_feet_russian_twist,15,
2176
+ ,,half_turkish_get_up,16,
2177
+ ,,kettlebell_windmill,17,
2178
+ ,,kneeling_ab_wheel,18,
2179
+ ,,weighted_kneeling_ab_wheel,19,
2180
+ ,,modified_front_lever,20,
2181
+ ,,open_knee_tucks,21,
2182
+ ,,weighted_open_knee_tucks,22,
2183
+ ,,side_abs_leg_lift,23,
2184
+ ,,weighted_side_abs_leg_lift,24,
2185
+ ,,swiss_ball_jackknife,25,
2186
+ ,,weighted_swiss_ball_jackknife,26,
2187
+ ,,swiss_ball_pike,27,
2188
+ ,,weighted_swiss_ball_pike,28,
2189
+ ,,swiss_ball_rollout,29,
2190
+ ,,weighted_swiss_ball_rollout,30,
2191
+ ,,triangle_hip_press,31,
2192
+ ,,weighted_triangle_hip_press,32,
2193
+ ,,trx_suspended_jackknife,33,
2194
+ ,,weighted_trx_suspended_jackknife,34,
2195
+ ,,u_boat,35,
2196
+ ,,weighted_u_boat,36,
2197
+ ,,windmill_switches,37,
2198
+ ,,weighted_windmill_switches,38,
2199
+ ,,alternating_slide_out,39,
2200
+ ,,weighted_alternating_slide_out,40,
2201
+ ,,ghd_back_extensions,41,
2202
+ ,,weighted_ghd_back_extensions,42,
2203
+ ,,overhead_walk,43,
2204
+ ,,inchworm,44,
2205
+ ,,weighted_modified_front_lever,45,
2206
+ ,,russian_twist,46,
2207
+ ,,abdominal_leg_rotations,47,
2208
+ ,,arm_and_leg_extension_on_knees,48,
2209
+ ,,bicycle,49,
2210
+ ,,bicep_curl_with_leg_extension,50,
2211
+ ,,cat_cow,51,
2212
+ ,,corkscrew,52,
2213
+ ,,criss_cross,53,
2214
+ ,,criss_cross_with_ball,54,
2215
+ ,,double_leg_stretch,55,
2216
+ ,,knee_folds,56,
2217
+ ,,lower_lift,57,
2218
+ ,,neck_pull,58,
2219
+ ,,pelvic_clocks,59,
2220
+ ,,roll_over,60,
2221
+ ,,roll_up,61,
2222
+ ,,rolling,62,
2223
+ ,,rowing_1,63,
2224
+ ,,rowing_2,64,
2225
+ ,,scissors,65,
2226
+ ,,single_leg_circles,66,
2227
+ ,,single_leg_stretch,67,
2228
+ ,,snake_twist_1_and_2,68,
2229
+ ,,swan,69,
2230
+ ,,swimming,70,
2231
+ ,,teaser,71,
2232
+ ,,the_hundred,72,
2233
+ crunch_exercise_name,uint16,,,
2234
+ ,,bicycle_crunch,0,
2235
+ ,,cable_crunch,1,
2236
+ ,,circular_arm_crunch,2,
2237
+ ,,crossed_arms_crunch,3,
2238
+ ,,weighted_crossed_arms_crunch,4,
2239
+ ,,cross_leg_reverse_crunch,5,
2240
+ ,,weighted_cross_leg_reverse_crunch,6,
2241
+ ,,crunch_chop,7,
2242
+ ,,weighted_crunch_chop,8,
2243
+ ,,double_crunch,9,
2244
+ ,,weighted_double_crunch,10,
2245
+ ,,elbow_to_knee_crunch,11,
2246
+ ,,weighted_elbow_to_knee_crunch,12,
2247
+ ,,flutter_kicks,13,
2248
+ ,,weighted_flutter_kicks,14,
2249
+ ,,foam_roller_reverse_crunch_on_bench,15,
2250
+ ,,weighted_foam_roller_reverse_crunch_on_bench,16,
2251
+ ,,foam_roller_reverse_crunch_with_dumbbell,17,
2252
+ ,,foam_roller_reverse_crunch_with_medicine_ball,18,
2253
+ ,,frog_press,19,
2254
+ ,,hanging_knee_raise_oblique_crunch,20,
2255
+ ,,weighted_hanging_knee_raise_oblique_crunch,21,
2256
+ ,,hip_crossover,22,
2257
+ ,,weighted_hip_crossover,23,
2258
+ ,,hollow_rock,24,
2259
+ ,,weighted_hollow_rock,25,
2260
+ ,,incline_reverse_crunch,26,
2261
+ ,,weighted_incline_reverse_crunch,27,
2262
+ ,,kneeling_cable_crunch,28,
2263
+ ,,kneeling_cross_crunch,29,
2264
+ ,,weighted_kneeling_cross_crunch,30,
2265
+ ,,kneeling_oblique_cable_crunch,31,
2266
+ ,,knees_to_elbow,32,
2267
+ ,,leg_extensions,33,
2268
+ ,,weighted_leg_extensions,34,
2269
+ ,,leg_levers,35,
2270
+ ,,mcgill_curl_up,36,
2271
+ ,,weighted_mcgill_curl_up,37,
2272
+ ,,modified_pilates_roll_up_with_ball,38,
2273
+ ,,weighted_modified_pilates_roll_up_with_ball,39,
2274
+ ,,pilates_crunch,40,
2275
+ ,,weighted_pilates_crunch,41,
2276
+ ,,pilates_roll_up_with_ball,42,
2277
+ ,,weighted_pilates_roll_up_with_ball,43,
2278
+ ,,raised_legs_crunch,44,
2279
+ ,,weighted_raised_legs_crunch,45,
2280
+ ,,reverse_crunch,46,
2281
+ ,,weighted_reverse_crunch,47,
2282
+ ,,reverse_crunch_on_a_bench,48,
2283
+ ,,weighted_reverse_crunch_on_a_bench,49,
2284
+ ,,reverse_curl_and_lift,50,
2285
+ ,,weighted_reverse_curl_and_lift,51,
2286
+ ,,rotational_lift,52,
2287
+ ,,weighted_rotational_lift,53,
2288
+ ,,seated_alternating_reverse_crunch,54,
2289
+ ,,weighted_seated_alternating_reverse_crunch,55,
2290
+ ,,seated_leg_u,56,
2291
+ ,,weighted_seated_leg_u,57,
2292
+ ,,side_to_side_crunch_and_weave,58,
2293
+ ,,weighted_side_to_side_crunch_and_weave,59,
2294
+ ,,single_leg_reverse_crunch,60,
2295
+ ,,weighted_single_leg_reverse_crunch,61,
2296
+ ,,skater_crunch_cross,62,
2297
+ ,,weighted_skater_crunch_cross,63,
2298
+ ,,standing_cable_crunch,64,
2299
+ ,,standing_side_crunch,65,
2300
+ ,,step_climb,66,
2301
+ ,,weighted_step_climb,67,
2302
+ ,,swiss_ball_crunch,68,
2303
+ ,,swiss_ball_reverse_crunch,69,
2304
+ ,,weighted_swiss_ball_reverse_crunch,70,
2305
+ ,,swiss_ball_russian_twist,71,
2306
+ ,,weighted_swiss_ball_russian_twist,72,
2307
+ ,,swiss_ball_side_crunch,73,
2308
+ ,,weighted_swiss_ball_side_crunch,74,
2309
+ ,,thoracic_crunches_on_foam_roller,75,
2310
+ ,,weighted_thoracic_crunches_on_foam_roller,76,
2311
+ ,,triceps_crunch,77,
2312
+ ,,weighted_bicycle_crunch,78,
2313
+ ,,weighted_crunch,79,
2314
+ ,,weighted_swiss_ball_crunch,80,
2315
+ ,,toes_to_bar,81,
2316
+ ,,weighted_toes_to_bar,82,
2317
+ ,,crunch,83,
2318
+ ,,straight_leg_crunch_with_ball,84,
2319
+ ,,,,
2320
+ curl_exercise_name,uint16,,,
2321
+ ,,alternating_dumbbell_biceps_curl,0,
2322
+ ,,alternating_dumbbell_biceps_curl_on_swiss_ball,1,
2323
+ ,,alternating_incline_dumbbell_biceps_curl,2,
2324
+ ,,barbell_biceps_curl,3,
2325
+ ,,barbell_reverse_wrist_curl,4,
2326
+ ,,barbell_wrist_curl,5,
2327
+ ,,behind_the_back_barbell_reverse_wrist_curl,6,
2328
+ ,,behind_the_back_one_arm_cable_curl,7,
2329
+ ,,cable_biceps_curl,8,
2330
+ ,,cable_hammer_curl,9,
2331
+ ,,cheating_barbell_biceps_curl,10,
2332
+ ,,close_grip_ez_bar_biceps_curl,11,
2333
+ ,,cross_body_dumbbell_hammer_curl,12,
2334
+ ,,dead_hang_biceps_curl,13,
2335
+ ,,decline_hammer_curl,14,
2336
+ ,,dumbbell_biceps_curl_with_static_hold,15,
2337
+ ,,dumbbell_hammer_curl,16,
2338
+ ,,dumbbell_reverse_wrist_curl,17,
2339
+ ,,dumbbell_wrist_curl,18,
2340
+ ,,ez_bar_preacher_curl,19,
2341
+ ,,forward_bend_biceps_curl,20,
2342
+ ,,hammer_curl_to_press,21,
2343
+ ,,incline_dumbbell_biceps_curl,22,
2344
+ ,,incline_offset_thumb_dumbbell_curl,23,
2345
+ ,,kettlebell_biceps_curl,24,
2346
+ ,,lying_concentration_cable_curl,25,
2347
+ ,,one_arm_preacher_curl,26,
2348
+ ,,plate_pinch_curl,27,
2349
+ ,,preacher_curl_with_cable,28,
2350
+ ,,reverse_ez_bar_curl,29,
2351
+ ,,reverse_grip_wrist_curl,30,
2352
+ ,,reverse_grip_barbell_biceps_curl,31,
2353
+ ,,seated_alternating_dumbbell_biceps_curl,32,
2354
+ ,,seated_dumbbell_biceps_curl,33,
2355
+ ,,seated_reverse_dumbbell_curl,34,
2356
+ ,,split_stance_offset_pinky_dumbbell_curl,35,
2357
+ ,,standing_alternating_dumbbell_curls,36,
2358
+ ,,standing_dumbbell_biceps_curl,37,
2359
+ ,,standing_ez_bar_biceps_curl,38,
2360
+ ,,static_curl,39,
2361
+ ,,swiss_ball_dumbbell_overhead_triceps_extension,40,
2362
+ ,,swiss_ball_ez_bar_preacher_curl,41,
2363
+ ,,twisting_standing_dumbbell_biceps_curl,42,
2364
+ ,,wide_grip_ez_bar_biceps_curl,43,
2365
+ deadlift_exercise_name,uint16,,,
2366
+ ,,barbell_deadlift,0,
2367
+ ,,barbell_straight_leg_deadlift,1,
2368
+ ,,dumbbell_deadlift,2,
2369
+ ,,dumbbell_single_leg_deadlift_to_row,3,
2370
+ ,,dumbbell_straight_leg_deadlift,4,
2371
+ ,,kettlebell_floor_to_shelf,5,
2372
+ ,,one_arm_one_leg_deadlift,6,
2373
+ ,,rack_pull,7,
2374
+ ,,rotational_dumbbell_straight_leg_deadlift,8,
2375
+ ,,single_arm_deadlift,9,
2376
+ ,,single_leg_barbell_deadlift,10,
2377
+ ,,single_leg_barbell_straight_leg_deadlift,11,
2378
+ ,,single_leg_deadlift_with_barbell,12,
2379
+ ,,single_leg_rdl_circuit,13,
2380
+ ,,single_leg_romanian_deadlift_with_dumbbell,14,
2381
+ ,,sumo_deadlift,15,
2382
+ ,,sumo_deadlift_high_pull,16,
2383
+ ,,trap_bar_deadlift,17,
2384
+ ,,wide_grip_barbell_deadlift,18,
2385
+ flye_exercise_name,uint16,,,
2386
+ ,,cable_crossover,0,
2387
+ ,,decline_dumbbell_flye,1,
2388
+ ,,dumbbell_flye,2,
2389
+ ,,incline_dumbbell_flye,3,
2390
+ ,,kettlebell_flye,4,
2391
+ ,,kneeling_rear_flye,5,
2392
+ ,,single_arm_standing_cable_reverse_flye,6,
2393
+ ,,swiss_ball_dumbbell_flye,7,
2394
+ ,,arm_rotations,8,
2395
+ ,,hug_a_tree,9,
2396
+ ,,,,
2397
+ hip_raise_exercise_name,uint16,,,
2398
+ ,,barbell_hip_thrust_on_floor,0,
2399
+ ,,barbell_hip_thrust_with_bench,1,
2400
+ ,,bent_knee_swiss_ball_reverse_hip_raise,2,
2401
+ ,,weighted_bent_knee_swiss_ball_reverse_hip_raise,3,
2402
+ ,,bridge_with_leg_extension,4,
2403
+ ,,weighted_bridge_with_leg_extension,5,
2404
+ ,,clam_bridge,6,
2405
+ ,,front_kick_tabletop,7,
2406
+ ,,weighted_front_kick_tabletop,8,
2407
+ ,,hip_extension_and_cross,9,
2408
+ ,,weighted_hip_extension_and_cross,10,
2409
+ ,,hip_raise,11,
2410
+ ,,weighted_hip_raise,12,
2411
+ ,,hip_raise_with_feet_on_swiss_ball,13,
2412
+ ,,weighted_hip_raise_with_feet_on_swiss_ball,14,
2413
+ ,,hip_raise_with_head_on_bosu_ball,15,
2414
+ ,,weighted_hip_raise_with_head_on_bosu_ball,16,
2415
+ ,,hip_raise_with_head_on_swiss_ball,17,
2416
+ ,,weighted_hip_raise_with_head_on_swiss_ball,18,
2417
+ ,,hip_raise_with_knee_squeeze,19,
2418
+ ,,weighted_hip_raise_with_knee_squeeze,20,
2419
+ ,,incline_rear_leg_extension,21,
2420
+ ,,weighted_incline_rear_leg_extension,22,
2421
+ ,,kettlebell_swing,23,
2422
+ ,,marching_hip_raise,24,
2423
+ ,,weighted_marching_hip_raise,25,
2424
+ ,,marching_hip_raise_with_feet_on_a_swiss_ball,26,
2425
+ ,,weighted_marching_hip_raise_with_feet_on_a_swiss_ball,27,
2426
+ ,,reverse_hip_raise,28,
2427
+ ,,weighted_reverse_hip_raise,29,
2428
+ ,,single_leg_hip_raise,30,
2429
+ ,,weighted_single_leg_hip_raise,31,
2430
+ ,,single_leg_hip_raise_with_foot_on_bench,32,
2431
+ ,,weighted_single_leg_hip_raise_with_foot_on_bench,33,
2432
+ ,,single_leg_hip_raise_with_foot_on_bosu_ball,34,
2433
+ ,,weighted_single_leg_hip_raise_with_foot_on_bosu_ball,35,
2434
+ ,,single_leg_hip_raise_with_foot_on_foam_roller,36,
2435
+ ,,weighted_single_leg_hip_raise_with_foot_on_foam_roller,37,
2436
+ ,,single_leg_hip_raise_with_foot_on_medicine_ball,38,
2437
+ ,,weighted_single_leg_hip_raise_with_foot_on_medicine_ball,39,
2438
+ ,,single_leg_hip_raise_with_head_on_bosu_ball,40,
2439
+ ,,weighted_single_leg_hip_raise_with_head_on_bosu_ball,41,
2440
+ ,,weighted_clam_bridge,42,
2441
+ ,,single_leg_swiss_ball_hip_raise_and_leg_curl,43,
2442
+ ,,clams,44,
2443
+ ,,inner_thigh_circles,45,
2444
+ ,,inner_thigh_side_lift,46,
2445
+ ,,leg_circles,47,
2446
+ ,,leg_lift,48,
2447
+ ,,leg_lift_in_external_rotation,49,
2448
+ ,,,,
2449
+ hip_stability_exercise_name,uint16,,,
2450
+ ,,band_side_lying_leg_raise,0,
2451
+ ,,dead_bug,1,
2452
+ ,,weighted_dead_bug,2,
2453
+ ,,external_hip_raise,3,
2454
+ ,,weighted_external_hip_raise,4,
2455
+ ,,fire_hydrant_kicks,5,
2456
+ ,,weighted_fire_hydrant_kicks,6,
2457
+ ,,hip_circles,7,
2458
+ ,,weighted_hip_circles,8,
2459
+ ,,inner_thigh_lift,9,
2460
+ ,,weighted_inner_thigh_lift,10,
2461
+ ,,lateral_walks_with_band_at_ankles,11,
2462
+ ,,pretzel_side_kick,12,
2463
+ ,,weighted_pretzel_side_kick,13,
2464
+ ,,prone_hip_internal_rotation,14,
2465
+ ,,weighted_prone_hip_internal_rotation,15,
2466
+ ,,quadruped,16,
2467
+ ,,quadruped_hip_extension,17,
2468
+ ,,weighted_quadruped_hip_extension,18,
2469
+ ,,quadruped_with_leg_lift,19,
2470
+ ,,weighted_quadruped_with_leg_lift,20,
2471
+ ,,side_lying_leg_raise,21,
2472
+ ,,weighted_side_lying_leg_raise,22,
2473
+ ,,sliding_hip_adduction,23,
2474
+ ,,weighted_sliding_hip_adduction,24,
2475
+ ,,standing_adduction,25,
2476
+ ,,weighted_standing_adduction,26,
2477
+ ,,standing_cable_hip_abduction,27,
2478
+ ,,standing_hip_abduction,28,
2479
+ ,,weighted_standing_hip_abduction,29,
2480
+ ,,standing_rear_leg_raise,30,
2481
+ ,,weighted_standing_rear_leg_raise,31,
2482
+ ,,supine_hip_internal_rotation,32,
2483
+ ,,weighted_supine_hip_internal_rotation,33,
2484
+ hip_swing_exercise_name,uint16,,,
2485
+ ,,single_arm_kettlebell_swing,0,
2486
+ ,,single_arm_dumbbell_swing,1,
2487
+ ,,step_out_swing,2,
2488
+ hyperextension_exercise_name,uint16,,,
2489
+ ,,back_extension_with_opposite_arm_and_leg_reach,0,
2490
+ ,,weighted_back_extension_with_opposite_arm_and_leg_reach,1,
2491
+ ,,base_rotations,2,
2492
+ ,,weighted_base_rotations,3,
2493
+ ,,bent_knee_reverse_hyperextension,4,
2494
+ ,,weighted_bent_knee_reverse_hyperextension,5,
2495
+ ,,hollow_hold_and_roll,6,
2496
+ ,,weighted_hollow_hold_and_roll,7,
2497
+ ,,kicks,8,
2498
+ ,,weighted_kicks,9,
2499
+ ,,knee_raises,10,
2500
+ ,,weighted_knee_raises,11,
2501
+ ,,kneeling_superman,12,
2502
+ ,,weighted_kneeling_superman,13,
2503
+ ,,lat_pull_down_with_row,14,
2504
+ ,,medicine_ball_deadlift_to_reach,15,
2505
+ ,,one_arm_one_leg_row,16,
2506
+ ,,one_arm_row_with_band,17,
2507
+ ,,overhead_lunge_with_medicine_ball,18,
2508
+ ,,plank_knee_tucks,19,
2509
+ ,,weighted_plank_knee_tucks,20,
2510
+ ,,side_step,21,
2511
+ ,,weighted_side_step,22,
2512
+ ,,single_leg_back_extension,23,
2513
+ ,,weighted_single_leg_back_extension,24,
2514
+ ,,spine_extension,25,
2515
+ ,,weighted_spine_extension,26,
2516
+ ,,static_back_extension,27,
2517
+ ,,weighted_static_back_extension,28,
2518
+ ,,superman_from_floor,29,
2519
+ ,,weighted_superman_from_floor,30,
2520
+ ,,swiss_ball_back_extension,31,
2521
+ ,,weighted_swiss_ball_back_extension,32,
2522
+ ,,swiss_ball_hyperextension,33,
2523
+ ,,weighted_swiss_ball_hyperextension,34,
2524
+ ,,swiss_ball_opposite_arm_and_leg_lift,35,
2525
+ ,,weighted_swiss_ball_opposite_arm_and_leg_lift,36,
2526
+ ,,superman_on_swiss_ball,37,
2527
+ ,,cobra,38,
2528
+ ,,supine_floor_barre,39,
2529
+ lateral_raise_exercise_name,uint16,,,
2530
+ ,,45_degree_cable_external_rotation,0,
2531
+ ,,alternating_lateral_raise_with_static_hold,1,
2532
+ ,,bar_muscle_up,2,
2533
+ ,,bent_over_lateral_raise,3,
2534
+ ,,cable_diagonal_raise,4,
2535
+ ,,cable_front_raise,5,
2536
+ ,,calorie_row,6,
2537
+ ,,combo_shoulder_raise,7,
2538
+ ,,dumbbell_diagonal_raise,8,
2539
+ ,,dumbbell_v_raise,9,
2540
+ ,,front_raise,10,
2541
+ ,,leaning_dumbbell_lateral_raise,11,
2542
+ ,,lying_dumbbell_raise,12,
2543
+ ,,muscle_up,13,
2544
+ ,,one_arm_cable_lateral_raise,14,
2545
+ ,,overhand_grip_rear_lateral_raise,15,
2546
+ ,,plate_raises,16,
2547
+ ,,ring_dip,17,
2548
+ ,,weighted_ring_dip,18,
2549
+ ,,ring_muscle_up,19,
2550
+ ,,weighted_ring_muscle_up,20,
2551
+ ,,rope_climb,21,
2552
+ ,,weighted_rope_climb,22,
2553
+ ,,scaption,23,
2554
+ ,,seated_lateral_raise,24,
2555
+ ,,seated_rear_lateral_raise,25,
2556
+ ,,side_lying_lateral_raise,26,
2557
+ ,,standing_lift,27,
2558
+ ,,suspended_row,28,
2559
+ ,,underhand_grip_rear_lateral_raise,29,
2560
+ ,,wall_slide,30,
2561
+ ,,weighted_wall_slide,31,
2562
+ ,,arm_circles,32,
2563
+ ,,shaving_the_head,33,
2564
+ leg_curl_exercise_name,uint16,,,
2565
+ ,,leg_curl,0,
2566
+ ,,weighted_leg_curl,1,
2567
+ ,,good_morning,2,
2568
+ ,,seated_barbell_good_morning,3,
2569
+ ,,single_leg_barbell_good_morning,4,
2570
+ ,,single_leg_sliding_leg_curl,5,
2571
+ ,,sliding_leg_curl,6,
2572
+ ,,split_barbell_good_morning,7,
2573
+ ,,split_stance_extension,8,
2574
+ ,,staggered_stance_good_morning,9,
2575
+ ,,swiss_ball_hip_raise_and_leg_curl,10,
2576
+ ,,zercher_good_morning,11,
2577
+ leg_raise_exercise_name,uint16,,,
2578
+ ,,hanging_knee_raise,0,
2579
+ ,,hanging_leg_raise,1,
2580
+ ,,weighted_hanging_leg_raise,2,
2581
+ ,,hanging_single_leg_raise,3,
2582
+ ,,weighted_hanging_single_leg_raise,4,
2583
+ ,,kettlebell_leg_raises,5,
2584
+ ,,leg_lowering_drill,6,
2585
+ ,,weighted_leg_lowering_drill,7,
2586
+ ,,lying_straight_leg_raise,8,
2587
+ ,,weighted_lying_straight_leg_raise,9,
2588
+ ,,medicine_ball_leg_drops,10,
2589
+ ,,quadruped_leg_raise,11,
2590
+ ,,weighted_quadruped_leg_raise,12,
2591
+ ,,reverse_leg_raise,13,
2592
+ ,,weighted_reverse_leg_raise,14,
2593
+ ,,reverse_leg_raise_on_swiss_ball,15,
2594
+ ,,weighted_reverse_leg_raise_on_swiss_ball,16,
2595
+ ,,single_leg_lowering_drill,17,
2596
+ ,,weighted_single_leg_lowering_drill,18,
2597
+ ,,weighted_hanging_knee_raise,19,
2598
+ ,,lateral_stepover,20,
2599
+ ,,weighted_lateral_stepover,21,
2600
+ lunge_exercise_name,uint16,,,
2601
+ ,,overhead_lunge,0,
2602
+ ,,lunge_matrix,1,
2603
+ ,,weighted_lunge_matrix,2,
2604
+ ,,alternating_barbell_forward_lunge,3,
2605
+ ,,alternating_dumbbell_lunge_with_reach,4,
2606
+ ,,back_foot_elevated_dumbbell_split_squat,5,
2607
+ ,,barbell_box_lunge,6,
2608
+ ,,barbell_bulgarian_split_squat,7,
2609
+ ,,barbell_crossover_lunge,8,
2610
+ ,,barbell_front_split_squat,9,
2611
+ ,,barbell_lunge,10,
2612
+ ,,barbell_reverse_lunge,11,
2613
+ ,,barbell_side_lunge,12,
2614
+ ,,barbell_split_squat,13,
2615
+ ,,core_control_rear_lunge,14,
2616
+ ,,diagonal_lunge,15,
2617
+ ,,drop_lunge,16,
2618
+ ,,dumbbell_box_lunge,17,
2619
+ ,,dumbbell_bulgarian_split_squat,18,
2620
+ ,,dumbbell_crossover_lunge,19,
2621
+ ,,dumbbell_diagonal_lunge,20,
2622
+ ,,dumbbell_lunge,21,
2623
+ ,,dumbbell_lunge_and_rotation,22,
2624
+ ,,dumbbell_overhead_bulgarian_split_squat,23,
2625
+ ,,dumbbell_reverse_lunge_to_high_knee_and_press,24,
2626
+ ,,dumbbell_side_lunge,25,
2627
+ ,,elevated_front_foot_barbell_split_squat,26,
2628
+ ,,front_foot_elevated_dumbbell_split_squat,27,
2629
+ ,,gunslinger_lunge,28,
2630
+ ,,lawnmower_lunge,29,
2631
+ ,,low_lunge_with_isometric_adduction,30,
2632
+ ,,low_side_to_side_lunge,31,
2633
+ ,,lunge,32,
2634
+ ,,weighted_lunge,33,
2635
+ ,,lunge_with_arm_reach,34,
2636
+ ,,lunge_with_diagonal_reach,35,
2637
+ ,,lunge_with_side_bend,36,
2638
+ ,,offset_dumbbell_lunge,37,
2639
+ ,,offset_dumbbell_reverse_lunge,38,
2640
+ ,,overhead_bulgarian_split_squat,39,
2641
+ ,,overhead_dumbbell_reverse_lunge,40,
2642
+ ,,overhead_dumbbell_split_squat,41,
2643
+ ,,overhead_lunge_with_rotation,42,
2644
+ ,,reverse_barbell_box_lunge,43,
2645
+ ,,reverse_box_lunge,44,
2646
+ ,,reverse_dumbbell_box_lunge,45,
2647
+ ,,reverse_dumbbell_crossover_lunge,46,
2648
+ ,,reverse_dumbbell_diagonal_lunge,47,
2649
+ ,,reverse_lunge_with_reach_back,48,
2650
+ ,,weighted_reverse_lunge_with_reach_back,49,
2651
+ ,,reverse_lunge_with_twist_and_overhead_reach,50,
2652
+ ,,weighted_reverse_lunge_with_twist_and_overhead_reach,51,
2653
+ ,,reverse_sliding_box_lunge,52,
2654
+ ,,weighted_reverse_sliding_box_lunge,53,
2655
+ ,,reverse_sliding_lunge,54,
2656
+ ,,weighted_reverse_sliding_lunge,55,
2657
+ ,,runners_lunge_to_balance,56,
2658
+ ,,weighted_runners_lunge_to_balance,57,
2659
+ ,,shifting_side_lunge,58,
2660
+ ,,side_and_crossover_lunge,59,
2661
+ ,,weighted_side_and_crossover_lunge,60,
2662
+ ,,side_lunge,61,
2663
+ ,,weighted_side_lunge,62,
2664
+ ,,side_lunge_and_press,63,
2665
+ ,,side_lunge_jump_off,64,
2666
+ ,,side_lunge_sweep,65,
2667
+ ,,weighted_side_lunge_sweep,66,
2668
+ ,,side_lunge_to_crossover_tap,67,
2669
+ ,,weighted_side_lunge_to_crossover_tap,68,
2670
+ ,,side_to_side_lunge_chops,69,
2671
+ ,,weighted_side_to_side_lunge_chops,70,
2672
+ ,,siff_jump_lunge,71,
2673
+ ,,weighted_siff_jump_lunge,72,
2674
+ ,,single_arm_reverse_lunge_and_press,73,
2675
+ ,,sliding_lateral_lunge,74,
2676
+ ,,weighted_sliding_lateral_lunge,75,
2677
+ ,,walking_barbell_lunge,76,
2678
+ ,,walking_dumbbell_lunge,77,
2679
+ ,,walking_lunge,78,
2680
+ ,,weighted_walking_lunge,79,
2681
+ ,,wide_grip_overhead_barbell_split_squat,80,
2682
+ olympic_lift_exercise_name,uint16,,,
2683
+ ,,barbell_hang_power_clean,0,
2684
+ ,,barbell_hang_squat_clean,1,
2685
+ ,,barbell_power_clean,2,
2686
+ ,,barbell_power_snatch,3,
2687
+ ,,barbell_squat_clean,4,
2688
+ ,,clean_and_jerk,5,
2689
+ ,,barbell_hang_power_snatch,6,
2690
+ ,,barbell_hang_pull,7,
2691
+ ,,barbell_high_pull,8,
2692
+ ,,barbell_snatch,9,
2693
+ ,,barbell_split_jerk,10,
2694
+ ,,clean,11,
2695
+ ,,dumbbell_clean,12,
2696
+ ,,dumbbell_hang_pull,13,
2697
+ ,,one_hand_dumbbell_split_snatch,14,
2698
+ ,,push_jerk,15,
2699
+ ,,single_arm_dumbbell_snatch,16,
2700
+ ,,single_arm_hang_snatch,17,
2701
+ ,,single_arm_kettlebell_snatch,18,
2702
+ ,,split_jerk,19,
2703
+ ,,squat_clean_and_jerk,20,
2704
+ plank_exercise_name,uint16,,,
2705
+ ,,45_degree_plank,0,
2706
+ ,,weighted_45_degree_plank,1,
2707
+ ,,90_degree_static_hold,2,
2708
+ ,,weighted_90_degree_static_hold,3,
2709
+ ,,bear_crawl,4,
2710
+ ,,weighted_bear_crawl,5,
2711
+ ,,cross_body_mountain_climber,6,
2712
+ ,,weighted_cross_body_mountain_climber,7,
2713
+ ,,elbow_plank_pike_jacks,8,
2714
+ ,,weighted_elbow_plank_pike_jacks,9,
2715
+ ,,elevated_feet_plank,10,
2716
+ ,,weighted_elevated_feet_plank,11,
2717
+ ,,elevator_abs,12,
2718
+ ,,weighted_elevator_abs,13,
2719
+ ,,extended_plank,14,
2720
+ ,,weighted_extended_plank,15,
2721
+ ,,full_plank_passe_twist,16,
2722
+ ,,weighted_full_plank_passe_twist,17,
2723
+ ,,inching_elbow_plank,18,
2724
+ ,,weighted_inching_elbow_plank,19,
2725
+ ,,inchworm_to_side_plank,20,
2726
+ ,,weighted_inchworm_to_side_plank,21,
2727
+ ,,kneeling_plank,22,
2728
+ ,,weighted_kneeling_plank,23,
2729
+ ,,kneeling_side_plank_with_leg_lift,24,
2730
+ ,,weighted_kneeling_side_plank_with_leg_lift,25,
2731
+ ,,lateral_roll,26,
2732
+ ,,weighted_lateral_roll,27,
2733
+ ,,lying_reverse_plank,28,
2734
+ ,,weighted_lying_reverse_plank,29,
2735
+ ,,medicine_ball_mountain_climber,30,
2736
+ ,,weighted_medicine_ball_mountain_climber,31,
2737
+ ,,modified_mountain_climber_and_extension,32,
2738
+ ,,weighted_modified_mountain_climber_and_extension,33,
2739
+ ,,mountain_climber,34,
2740
+ ,,weighted_mountain_climber,35,
2741
+ ,,mountain_climber_on_sliding_discs,36,
2742
+ ,,weighted_mountain_climber_on_sliding_discs,37,
2743
+ ,,mountain_climber_with_feet_on_bosu_ball,38,
2744
+ ,,weighted_mountain_climber_with_feet_on_bosu_ball,39,
2745
+ ,,mountain_climber_with_hands_on_bench,40,
2746
+ ,,mountain_climber_with_hands_on_swiss_ball,41,
2747
+ ,,weighted_mountain_climber_with_hands_on_swiss_ball,42,
2748
+ ,,plank,43,
2749
+ ,,plank_jacks_with_feet_on_sliding_discs,44,
2750
+ ,,weighted_plank_jacks_with_feet_on_sliding_discs,45,
2751
+ ,,plank_knee_twist,46,
2752
+ ,,weighted_plank_knee_twist,47,
2753
+ ,,plank_pike_jumps,48,
2754
+ ,,weighted_plank_pike_jumps,49,
2755
+ ,,plank_pikes,50,
2756
+ ,,weighted_plank_pikes,51,
2757
+ ,,plank_to_stand_up,52,
2758
+ ,,weighted_plank_to_stand_up,53,
2759
+ ,,plank_with_arm_raise,54,
2760
+ ,,weighted_plank_with_arm_raise,55,
2761
+ ,,plank_with_knee_to_elbow,56,
2762
+ ,,weighted_plank_with_knee_to_elbow,57,
2763
+ ,,plank_with_oblique_crunch,58,
2764
+ ,,weighted_plank_with_oblique_crunch,59,
2765
+ ,,plyometric_side_plank,60,
2766
+ ,,weighted_plyometric_side_plank,61,
2767
+ ,,rolling_side_plank,62,
2768
+ ,,weighted_rolling_side_plank,63,
2769
+ ,,side_kick_plank,64,
2770
+ ,,weighted_side_kick_plank,65,
2771
+ ,,side_plank,66,
2772
+ ,,weighted_side_plank,67,
2773
+ ,,side_plank_and_row,68,
2774
+ ,,weighted_side_plank_and_row,69,
2775
+ ,,side_plank_lift,70,
2776
+ ,,weighted_side_plank_lift,71,
2777
+ ,,side_plank_with_elbow_on_bosu_ball,72,
2778
+ ,,weighted_side_plank_with_elbow_on_bosu_ball,73,
2779
+ ,,side_plank_with_feet_on_bench,74,
2780
+ ,,weighted_side_plank_with_feet_on_bench,75,
2781
+ ,,side_plank_with_knee_circle,76,
2782
+ ,,weighted_side_plank_with_knee_circle,77,
2783
+ ,,side_plank_with_knee_tuck,78,
2784
+ ,,weighted_side_plank_with_knee_tuck,79,
2785
+ ,,side_plank_with_leg_lift,80,
2786
+ ,,weighted_side_plank_with_leg_lift,81,
2787
+ ,,side_plank_with_reach_under,82,
2788
+ ,,weighted_side_plank_with_reach_under,83,
2789
+ ,,single_leg_elevated_feet_plank,84,
2790
+ ,,weighted_single_leg_elevated_feet_plank,85,
2791
+ ,,single_leg_flex_and_extend,86,
2792
+ ,,weighted_single_leg_flex_and_extend,87,
2793
+ ,,single_leg_side_plank,88,
2794
+ ,,weighted_single_leg_side_plank,89,
2795
+ ,,spiderman_plank,90,
2796
+ ,,weighted_spiderman_plank,91,
2797
+ ,,straight_arm_plank,92,
2798
+ ,,weighted_straight_arm_plank,93,
2799
+ ,,straight_arm_plank_with_shoulder_touch,94,
2800
+ ,,weighted_straight_arm_plank_with_shoulder_touch,95,
2801
+ ,,swiss_ball_plank,96,
2802
+ ,,weighted_swiss_ball_plank,97,
2803
+ ,,swiss_ball_plank_leg_lift,98,
2804
+ ,,weighted_swiss_ball_plank_leg_lift,99,
2805
+ ,,swiss_ball_plank_leg_lift_and_hold,100,
2806
+ ,,swiss_ball_plank_with_feet_on_bench,101,
2807
+ ,,weighted_swiss_ball_plank_with_feet_on_bench,102,
2808
+ ,,swiss_ball_prone_jackknife,103,
2809
+ ,,weighted_swiss_ball_prone_jackknife,104,
2810
+ ,,swiss_ball_side_plank,105,
2811
+ ,,weighted_swiss_ball_side_plank,106,
2812
+ ,,three_way_plank,107,
2813
+ ,,weighted_three_way_plank,108,
2814
+ ,,towel_plank_and_knee_in,109,
2815
+ ,,weighted_towel_plank_and_knee_in,110,
2816
+ ,,t_stabilization,111,
2817
+ ,,weighted_t_stabilization,112,
2818
+ ,,turkish_get_up_to_side_plank,113,
2819
+ ,,weighted_turkish_get_up_to_side_plank,114,
2820
+ ,,two_point_plank,115,
2821
+ ,,weighted_two_point_plank,116,
2822
+ ,,weighted_plank,117,
2823
+ ,,wide_stance_plank_with_diagonal_arm_lift,118,
2824
+ ,,weighted_wide_stance_plank_with_diagonal_arm_lift,119,
2825
+ ,,wide_stance_plank_with_diagonal_leg_lift,120,
2826
+ ,,weighted_wide_stance_plank_with_diagonal_leg_lift,121,
2827
+ ,,wide_stance_plank_with_leg_lift,122,
2828
+ ,,weighted_wide_stance_plank_with_leg_lift,123,
2829
+ ,,wide_stance_plank_with_opposite_arm_and_leg_lift,124,
2830
+ ,,weighted_mountain_climber_with_hands_on_bench,125,
2831
+ ,,weighted_swiss_ball_plank_leg_lift_and_hold,126,
2832
+ ,,weighted_wide_stance_plank_with_opposite_arm_and_leg_lift,127,
2833
+ ,,plank_with_feet_on_swiss_ball,128,
2834
+ ,,side_plank_to_plank_with_reach_under,129,
2835
+ ,,bridge_with_glute_lower_lift,130,
2836
+ ,,bridge_one_leg_bridge,131,
2837
+ ,,plank_with_arm_variations,132,
2838
+ ,,plank_with_leg_lift,133,
2839
+ ,,reverse_plank_with_leg_pull,134,
2840
+ plyo_exercise_name,uint16,,,
2841
+ ,,alternating_jump_lunge,0,
2842
+ ,,weighted_alternating_jump_lunge,1,
2843
+ ,,barbell_jump_squat,2,
2844
+ ,,body_weight_jump_squat,3,
2845
+ ,,weighted_jump_squat,4,
2846
+ ,,cross_knee_strike,5,
2847
+ ,,weighted_cross_knee_strike,6,
2848
+ ,,depth_jump,7,
2849
+ ,,weighted_depth_jump,8,
2850
+ ,,dumbbell_jump_squat,9,
2851
+ ,,dumbbell_split_jump,10,
2852
+ ,,front_knee_strike,11,
2853
+ ,,weighted_front_knee_strike,12,
2854
+ ,,high_box_jump,13,
2855
+ ,,weighted_high_box_jump,14,
2856
+ ,,isometric_explosive_body_weight_jump_squat,15,
2857
+ ,,weighted_isometric_explosive_jump_squat,16,
2858
+ ,,lateral_leap_and_hop,17,
2859
+ ,,weighted_lateral_leap_and_hop,18,
2860
+ ,,lateral_plyo_squats,19,
2861
+ ,,weighted_lateral_plyo_squats,20,
2862
+ ,,lateral_slide,21,
2863
+ ,,weighted_lateral_slide,22,
2864
+ ,,medicine_ball_overhead_throws,23,
2865
+ ,,medicine_ball_side_throw,24,
2866
+ ,,medicine_ball_slam,25,
2867
+ ,,side_to_side_medicine_ball_throws,26,
2868
+ ,,side_to_side_shuffle_jump,27,
2869
+ ,,weighted_side_to_side_shuffle_jump,28,
2870
+ ,,squat_jump_onto_box,29,
2871
+ ,,weighted_squat_jump_onto_box,30,
2872
+ ,,squat_jumps_in_and_out,31,
2873
+ ,,weighted_squat_jumps_in_and_out,32,
2874
+ pull_up_exercise_name,uint16,,,
2875
+ ,,banded_pull_ups,0,
2876
+ ,,30_degree_lat_pulldown,1,
2877
+ ,,band_assisted_chin_up,2,
2878
+ ,,close_grip_chin_up,3,
2879
+ ,,weighted_close_grip_chin_up,4,
2880
+ ,,close_grip_lat_pulldown,5,
2881
+ ,,crossover_chin_up,6,
2882
+ ,,weighted_crossover_chin_up,7,
2883
+ ,,ez_bar_pullover,8,
2884
+ ,,hanging_hurdle,9,
2885
+ ,,weighted_hanging_hurdle,10,
2886
+ ,,kneeling_lat_pulldown,11,
2887
+ ,,kneeling_underhand_grip_lat_pulldown,12,
2888
+ ,,lat_pulldown,13,
2889
+ ,,mixed_grip_chin_up,14,
2890
+ ,,weighted_mixed_grip_chin_up,15,
2891
+ ,,mixed_grip_pull_up,16,
2892
+ ,,weighted_mixed_grip_pull_up,17,
2893
+ ,,reverse_grip_pulldown,18,
2894
+ ,,standing_cable_pullover,19,
2895
+ ,,straight_arm_pulldown,20,
2896
+ ,,swiss_ball_ez_bar_pullover,21,
2897
+ ,,towel_pull_up,22,
2898
+ ,,weighted_towel_pull_up,23,
2899
+ ,,weighted_pull_up,24,
2900
+ ,,wide_grip_lat_pulldown,25,
2901
+ ,,wide_grip_pull_up,26,
2902
+ ,,weighted_wide_grip_pull_up,27,
2903
+ ,,burpee_pull_up,28,
2904
+ ,,weighted_burpee_pull_up,29,
2905
+ ,,jumping_pull_ups,30,
2906
+ ,,weighted_jumping_pull_ups,31,
2907
+ ,,kipping_pull_up,32,
2908
+ ,,weighted_kipping_pull_up,33,
2909
+ ,,l_pull_up,34,
2910
+ ,,weighted_l_pull_up,35,
2911
+ ,,suspended_chin_up,36,
2912
+ ,,weighted_suspended_chin_up,37,
2913
+ ,,pull_up,38,
2914
+ push_up_exercise_name,uint16,,,
2915
+ ,,chest_press_with_band,0,
2916
+ ,,alternating_staggered_push_up,1,
2917
+ ,,weighted_alternating_staggered_push_up,2,
2918
+ ,,alternating_hands_medicine_ball_push_up,3,
2919
+ ,,weighted_alternating_hands_medicine_ball_push_up,4,
2920
+ ,,bosu_ball_push_up,5,
2921
+ ,,weighted_bosu_ball_push_up,6,
2922
+ ,,clapping_push_up,7,
2923
+ ,,weighted_clapping_push_up,8,
2924
+ ,,close_grip_medicine_ball_push_up,9,
2925
+ ,,weighted_close_grip_medicine_ball_push_up,10,
2926
+ ,,close_hands_push_up,11,
2927
+ ,,weighted_close_hands_push_up,12,
2928
+ ,,decline_push_up,13,
2929
+ ,,weighted_decline_push_up,14,
2930
+ ,,diamond_push_up,15,
2931
+ ,,weighted_diamond_push_up,16,
2932
+ ,,explosive_crossover_push_up,17,
2933
+ ,,weighted_explosive_crossover_push_up,18,
2934
+ ,,explosive_push_up,19,
2935
+ ,,weighted_explosive_push_up,20,
2936
+ ,,feet_elevated_side_to_side_push_up,21,
2937
+ ,,weighted_feet_elevated_side_to_side_push_up,22,
2938
+ ,,hand_release_push_up,23,
2939
+ ,,weighted_hand_release_push_up,24,
2940
+ ,,handstand_push_up,25,
2941
+ ,,weighted_handstand_push_up,26,
2942
+ ,,incline_push_up,27,
2943
+ ,,weighted_incline_push_up,28,
2944
+ ,,isometric_explosive_push_up,29,
2945
+ ,,weighted_isometric_explosive_push_up,30,
2946
+ ,,judo_push_up,31,
2947
+ ,,weighted_judo_push_up,32,
2948
+ ,,kneeling_push_up,33,
2949
+ ,,weighted_kneeling_push_up,34,
2950
+ ,,medicine_ball_chest_pass,35,
2951
+ ,,medicine_ball_push_up,36,
2952
+ ,,weighted_medicine_ball_push_up,37,
2953
+ ,,one_arm_push_up,38,
2954
+ ,,weighted_one_arm_push_up,39,
2955
+ ,,weighted_push_up,40,
2956
+ ,,push_up_and_row,41,
2957
+ ,,weighted_push_up_and_row,42,
2958
+ ,,push_up_plus,43,
2959
+ ,,weighted_push_up_plus,44,
2960
+ ,,push_up_with_feet_on_swiss_ball,45,
2961
+ ,,weighted_push_up_with_feet_on_swiss_ball,46,
2962
+ ,,push_up_with_one_hand_on_medicine_ball,47,
2963
+ ,,weighted_push_up_with_one_hand_on_medicine_ball,48,
2964
+ ,,shoulder_push_up,49,
2965
+ ,,weighted_shoulder_push_up,50,
2966
+ ,,single_arm_medicine_ball_push_up,51,
2967
+ ,,weighted_single_arm_medicine_ball_push_up,52,
2968
+ ,,spiderman_push_up,53,
2969
+ ,,weighted_spiderman_push_up,54,
2970
+ ,,stacked_feet_push_up,55,
2971
+ ,,weighted_stacked_feet_push_up,56,
2972
+ ,,staggered_hands_push_up,57,
2973
+ ,,weighted_staggered_hands_push_up,58,
2974
+ ,,suspended_push_up,59,
2975
+ ,,weighted_suspended_push_up,60,
2976
+ ,,swiss_ball_push_up,61,
2977
+ ,,weighted_swiss_ball_push_up,62,
2978
+ ,,swiss_ball_push_up_plus,63,
2979
+ ,,weighted_swiss_ball_push_up_plus,64,
2980
+ ,,t_push_up,65,
2981
+ ,,weighted_t_push_up,66,
2982
+ ,,triple_stop_push_up,67,
2983
+ ,,weighted_triple_stop_push_up,68,
2984
+ ,,wide_hands_push_up,69,
2985
+ ,,weighted_wide_hands_push_up,70,
2986
+ ,,parallette_handstand_push_up,71,
2987
+ ,,weighted_parallette_handstand_push_up,72,
2988
+ ,,ring_handstand_push_up,73,
2989
+ ,,weighted_ring_handstand_push_up,74,
2990
+ ,,ring_push_up,75,
2991
+ ,,weighted_ring_push_up,76,
2992
+ ,,push_up,77,
2993
+ ,,pilates_pushup,78,
2994
+ row_exercise_name,uint16,,,
2995
+ ,,barbell_straight_leg_deadlift_to_row,0,
2996
+ ,,cable_row_standing,1,
2997
+ ,,dumbbell_row,2,
2998
+ ,,elevated_feet_inverted_row,3,
2999
+ ,,weighted_elevated_feet_inverted_row,4,
3000
+ ,,face_pull,5,
3001
+ ,,face_pull_with_external_rotation,6,
3002
+ ,,inverted_row_with_feet_on_swiss_ball,7,
3003
+ ,,weighted_inverted_row_with_feet_on_swiss_ball,8,
3004
+ ,,kettlebell_row,9,
3005
+ ,,modified_inverted_row,10,
3006
+ ,,weighted_modified_inverted_row,11,
3007
+ ,,neutral_grip_alternating_dumbbell_row,12,
3008
+ ,,one_arm_bent_over_row,13,
3009
+ ,,one_legged_dumbbell_row,14,
3010
+ ,,renegade_row,15,
3011
+ ,,reverse_grip_barbell_row,16,
3012
+ ,,rope_handle_cable_row,17,
3013
+ ,,seated_cable_row,18,
3014
+ ,,seated_dumbbell_row,19,
3015
+ ,,single_arm_cable_row,20,
3016
+ ,,single_arm_cable_row_and_rotation,21,
3017
+ ,,single_arm_inverted_row,22,
3018
+ ,,weighted_single_arm_inverted_row,23,
3019
+ ,,single_arm_neutral_grip_dumbbell_row,24,
3020
+ ,,single_arm_neutral_grip_dumbbell_row_and_rotation,25,
3021
+ ,,suspended_inverted_row,26,
3022
+ ,,weighted_suspended_inverted_row,27,
3023
+ ,,t_bar_row,28,
3024
+ ,,towel_grip_inverted_row,29,
3025
+ ,,weighted_towel_grip_inverted_row,30,
3026
+ ,,underhand_grip_cable_row,31,
3027
+ ,,v_grip_cable_row,32,
3028
+ ,,wide_grip_seated_cable_row,33,
3029
+ shoulder_press_exercise_name,uint16,,,
3030
+ ,,alternating_dumbbell_shoulder_press,0,
3031
+ ,,arnold_press,1,
3032
+ ,,barbell_front_squat_to_push_press,2,
3033
+ ,,barbell_push_press,3,
3034
+ ,,barbell_shoulder_press,4,
3035
+ ,,dead_curl_press,5,
3036
+ ,,dumbbell_alternating_shoulder_press_and_twist,6,
3037
+ ,,dumbbell_hammer_curl_to_lunge_to_press,7,
3038
+ ,,dumbbell_push_press,8,
3039
+ ,,floor_inverted_shoulder_press,9,
3040
+ ,,weighted_floor_inverted_shoulder_press,10,
3041
+ ,,inverted_shoulder_press,11,
3042
+ ,,weighted_inverted_shoulder_press,12,
3043
+ ,,one_arm_push_press,13,
3044
+ ,,overhead_barbell_press,14,
3045
+ ,,overhead_dumbbell_press,15,
3046
+ ,,seated_barbell_shoulder_press,16,
3047
+ ,,seated_dumbbell_shoulder_press,17,
3048
+ ,,single_arm_dumbbell_shoulder_press,18,
3049
+ ,,single_arm_step_up_and_press,19,
3050
+ ,,smith_machine_overhead_press,20,
3051
+ ,,split_stance_hammer_curl_to_press,21,
3052
+ ,,swiss_ball_dumbbell_shoulder_press,22,
3053
+ ,,weight_plate_front_raise,23,
3054
+ shoulder_stability_exercise_name,uint16,,,
3055
+ ,,90_degree_cable_external_rotation,0,
3056
+ ,,band_external_rotation,1,
3057
+ ,,band_internal_rotation,2,
3058
+ ,,bent_arm_lateral_raise_and_external_rotation,3,
3059
+ ,,cable_external_rotation,4,
3060
+ ,,dumbbell_face_pull_with_external_rotation,5,
3061
+ ,,floor_i_raise,6,
3062
+ ,,weighted_floor_i_raise,7,
3063
+ ,,floor_t_raise,8,
3064
+ ,,weighted_floor_t_raise,9,
3065
+ ,,floor_y_raise,10,
3066
+ ,,weighted_floor_y_raise,11,
3067
+ ,,incline_i_raise,12,
3068
+ ,,weighted_incline_i_raise,13,
3069
+ ,,incline_l_raise,14,
3070
+ ,,weighted_incline_l_raise,15,
3071
+ ,,incline_t_raise,16,
3072
+ ,,weighted_incline_t_raise,17,
3073
+ ,,incline_w_raise,18,
3074
+ ,,weighted_incline_w_raise,19,
3075
+ ,,incline_y_raise,20,
3076
+ ,,weighted_incline_y_raise,21,
3077
+ ,,lying_external_rotation,22,
3078
+ ,,seated_dumbbell_external_rotation,23,
3079
+ ,,standing_l_raise,24,
3080
+ ,,swiss_ball_i_raise,25,
3081
+ ,,weighted_swiss_ball_i_raise,26,
3082
+ ,,swiss_ball_t_raise,27,
3083
+ ,,weighted_swiss_ball_t_raise,28,
3084
+ ,,swiss_ball_w_raise,29,
3085
+ ,,weighted_swiss_ball_w_raise,30,
3086
+ ,,swiss_ball_y_raise,31,
3087
+ ,,weighted_swiss_ball_y_raise,32,
3088
+ shrug_exercise_name,uint16,,,
3089
+ ,,barbell_jump_shrug,0,
3090
+ ,,barbell_shrug,1,
3091
+ ,,barbell_upright_row,2,
3092
+ ,,behind_the_back_smith_machine_shrug,3,
3093
+ ,,dumbbell_jump_shrug,4,
3094
+ ,,dumbbell_shrug,5,
3095
+ ,,dumbbell_upright_row,6,
3096
+ ,,incline_dumbbell_shrug,7,
3097
+ ,,overhead_barbell_shrug,8,
3098
+ ,,overhead_dumbbell_shrug,9,
3099
+ ,,scaption_and_shrug,10,
3100
+ ,,scapular_retraction,11,
3101
+ ,,serratus_chair_shrug,12,
3102
+ ,,weighted_serratus_chair_shrug,13,
3103
+ ,,serratus_shrug,14,
3104
+ ,,weighted_serratus_shrug,15,
3105
+ ,,wide_grip_jump_shrug,16,
3106
+ sit_up_exercise_name,uint16,,,
3107
+ ,,alternating_sit_up,0,
3108
+ ,,weighted_alternating_sit_up,1,
3109
+ ,,bent_knee_v_up,2,
3110
+ ,,weighted_bent_knee_v_up,3,
3111
+ ,,butterfly_sit_up,4,
3112
+ ,,weighted_butterfly_situp,5,
3113
+ ,,cross_punch_roll_up,6,
3114
+ ,,weighted_cross_punch_roll_up,7,
3115
+ ,,crossed_arms_sit_up,8,
3116
+ ,,weighted_crossed_arms_sit_up,9,
3117
+ ,,get_up_sit_up,10,
3118
+ ,,weighted_get_up_sit_up,11,
3119
+ ,,hovering_sit_up,12,
3120
+ ,,weighted_hovering_sit_up,13,
3121
+ ,,kettlebell_sit_up,14,
3122
+ ,,medicine_ball_alternating_v_up,15,
3123
+ ,,medicine_ball_sit_up,16,
3124
+ ,,medicine_ball_v_up,17,
3125
+ ,,modified_sit_up,18,
3126
+ ,,negative_sit_up,19,
3127
+ ,,one_arm_full_sit_up,20,
3128
+ ,,reclining_circle,21,
3129
+ ,,weighted_reclining_circle,22,
3130
+ ,,reverse_curl_up,23,
3131
+ ,,weighted_reverse_curl_up,24,
3132
+ ,,single_leg_swiss_ball_jackknife,25,
3133
+ ,,weighted_single_leg_swiss_ball_jackknife,26,
3134
+ ,,the_teaser,27,
3135
+ ,,the_teaser_weighted,28,
3136
+ ,,three_part_roll_down,29,
3137
+ ,,weighted_three_part_roll_down,30,
3138
+ ,,v_up,31,
3139
+ ,,weighted_v_up,32,
3140
+ ,,weighted_russian_twist_on_swiss_ball,33,
3141
+ ,,weighted_sit_up,34,
3142
+ ,,x_abs,35,
3143
+ ,,weighted_x_abs,36,
3144
+ ,,sit_up,37,
3145
+ squat_exercise_name,uint16,,,
3146
+ ,,leg_press,0,
3147
+ ,,back_squat_with_body_bar,1,
3148
+ ,,back_squats,2,
3149
+ ,,weighted_back_squats,3,
3150
+ ,,balancing_squat,4,
3151
+ ,,weighted_balancing_squat,5,
3152
+ ,,barbell_back_squat,6,
3153
+ ,,barbell_box_squat,7,
3154
+ ,,barbell_front_squat,8,
3155
+ ,,barbell_hack_squat,9,
3156
+ ,,barbell_hang_squat_snatch,10,
3157
+ ,,barbell_lateral_step_up,11,
3158
+ ,,barbell_quarter_squat,12,
3159
+ ,,barbell_siff_squat,13,
3160
+ ,,barbell_squat_snatch,14,
3161
+ ,,barbell_squat_with_heels_raised,15,
3162
+ ,,barbell_stepover,16,
3163
+ ,,barbell_step_up,17,
3164
+ ,,bench_squat_with_rotational_chop,18,
3165
+ ,,weighted_bench_squat_with_rotational_chop,19,
3166
+ ,,body_weight_wall_squat,20,
3167
+ ,,weighted_wall_squat,21,
3168
+ ,,box_step_squat,22,
3169
+ ,,weighted_box_step_squat,23,
3170
+ ,,braced_squat,24,
3171
+ ,,crossed_arm_barbell_front_squat,25,
3172
+ ,,crossover_dumbbell_step_up,26,
3173
+ ,,dumbbell_front_squat,27,
3174
+ ,,dumbbell_split_squat,28,
3175
+ ,,dumbbell_squat,29,
3176
+ ,,dumbbell_squat_clean,30,
3177
+ ,,dumbbell_stepover,31,
3178
+ ,,dumbbell_step_up,32,
3179
+ ,,elevated_single_leg_squat,33,
3180
+ ,,weighted_elevated_single_leg_squat,34,
3181
+ ,,figure_four_squats,35,
3182
+ ,,weighted_figure_four_squats,36,
3183
+ ,,goblet_squat,37,
3184
+ ,,kettlebell_squat,38,
3185
+ ,,kettlebell_swing_overhead,39,
3186
+ ,,kettlebell_swing_with_flip_to_squat,40,
3187
+ ,,lateral_dumbbell_step_up,41,
3188
+ ,,one_legged_squat,42,
3189
+ ,,overhead_dumbbell_squat,43,
3190
+ ,,overhead_squat,44,
3191
+ ,,partial_single_leg_squat,45,
3192
+ ,,weighted_partial_single_leg_squat,46,
3193
+ ,,pistol_squat,47,
3194
+ ,,weighted_pistol_squat,48,
3195
+ ,,plie_slides,49,
3196
+ ,,weighted_plie_slides,50,
3197
+ ,,plie_squat,51,
3198
+ ,,weighted_plie_squat,52,
3199
+ ,,prisoner_squat,53,
3200
+ ,,weighted_prisoner_squat,54,
3201
+ ,,single_leg_bench_get_up,55,
3202
+ ,,weighted_single_leg_bench_get_up,56,
3203
+ ,,single_leg_bench_squat,57,
3204
+ ,,weighted_single_leg_bench_squat,58,
3205
+ ,,single_leg_squat_on_swiss_ball,59,
3206
+ ,,weighted_single_leg_squat_on_swiss_ball,60,
3207
+ ,,squat,61,
3208
+ ,,weighted_squat,62,
3209
+ ,,squats_with_band,63,
3210
+ ,,staggered_squat,64,
3211
+ ,,weighted_staggered_squat,65,
3212
+ ,,step_up,66,
3213
+ ,,weighted_step_up,67,
3214
+ ,,suitcase_squats,68,
3215
+ ,,sumo_squat,69,
3216
+ ,,sumo_squat_slide_in,70,
3217
+ ,,weighted_sumo_squat_slide_in,71,
3218
+ ,,sumo_squat_to_high_pull,72,
3219
+ ,,sumo_squat_to_stand,73,
3220
+ ,,weighted_sumo_squat_to_stand,74,
3221
+ ,,sumo_squat_with_rotation,75,
3222
+ ,,weighted_sumo_squat_with_rotation,76,
3223
+ ,,swiss_ball_body_weight_wall_squat,77,
3224
+ ,,weighted_swiss_ball_wall_squat,78,
3225
+ ,,thrusters,79,
3226
+ ,,uneven_squat,80,
3227
+ ,,weighted_uneven_squat,81,
3228
+ ,,waist_slimming_squat,82,
3229
+ ,,wall_ball,83,
3230
+ ,,wide_stance_barbell_squat,84,
3231
+ ,,wide_stance_goblet_squat,85,
3232
+ ,,zercher_squat,86,
3233
+ ,,kbs_overhead,87,
3234
+ ,,squat_and_side_kick,88,
3235
+ ,,squat_jumps_in_n_out,89,
3236
+ ,,pilates_plie_squats_parallel_turned_out_flat_and_heels,90,
3237
+ ,,releve_straight_leg_and_knee_bent_with_one_leg_variation,91,
3238
+ total_body_exercise_name,uint16,,,
3239
+ ,,burpee,0,
3240
+ ,,weighted_burpee,1,
3241
+ ,,burpee_box_jump,2,
3242
+ ,,weighted_burpee_box_jump,3,
3243
+ ,,high_pull_burpee,4,
3244
+ ,,man_makers,5,
3245
+ ,,one_arm_burpee,6,
3246
+ ,,squat_thrusts,7,
3247
+ ,,weighted_squat_thrusts,8,
3248
+ ,,squat_plank_push_up,9,
3249
+ ,,weighted_squat_plank_push_up,10,
3250
+ ,,standing_t_rotation_balance,11,
3251
+ ,,weighted_standing_t_rotation_balance,12,
3252
+ triceps_extension_exercise_name,uint16,,,
3253
+ ,,bench_dip,0,
3254
+ ,,weighted_bench_dip,1,
3255
+ ,,body_weight_dip,2,
3256
+ ,,cable_kickback,3,
3257
+ ,,cable_lying_triceps_extension,4,
3258
+ ,,cable_overhead_triceps_extension,5,
3259
+ ,,dumbbell_kickback,6,
3260
+ ,,dumbbell_lying_triceps_extension,7,
3261
+ ,,ez_bar_overhead_triceps_extension,8,
3262
+ ,,incline_dip,9,
3263
+ ,,weighted_incline_dip,10,
3264
+ ,,incline_ez_bar_lying_triceps_extension,11,
3265
+ ,,lying_dumbbell_pullover_to_extension,12,
3266
+ ,,lying_ez_bar_triceps_extension,13,
3267
+ ,,lying_triceps_extension_to_close_grip_bench_press,14,
3268
+ ,,overhead_dumbbell_triceps_extension,15,
3269
+ ,,reclining_triceps_press,16,
3270
+ ,,reverse_grip_pressdown,17,
3271
+ ,,reverse_grip_triceps_pressdown,18,
3272
+ ,,rope_pressdown,19,
3273
+ ,,seated_barbell_overhead_triceps_extension,20,
3274
+ ,,seated_dumbbell_overhead_triceps_extension,21,
3275
+ ,,seated_ez_bar_overhead_triceps_extension,22,
3276
+ ,,seated_single_arm_overhead_dumbbell_extension,23,
3277
+ ,,single_arm_dumbbell_overhead_triceps_extension,24,
3278
+ ,,single_dumbbell_seated_overhead_triceps_extension,25,
3279
+ ,,single_leg_bench_dip_and_kick,26,
3280
+ ,,weighted_single_leg_bench_dip_and_kick,27,
3281
+ ,,single_leg_dip,28,
3282
+ ,,weighted_single_leg_dip,29,
3283
+ ,,static_lying_triceps_extension,30,
3284
+ ,,suspended_dip,31,
3285
+ ,,weighted_suspended_dip,32,
3286
+ ,,swiss_ball_dumbbell_lying_triceps_extension,33,
3287
+ ,,swiss_ball_ez_bar_lying_triceps_extension,34,
3288
+ ,,swiss_ball_ez_bar_overhead_triceps_extension,35,
3289
+ ,,tabletop_dip,36,
3290
+ ,,weighted_tabletop_dip,37,
3291
+ ,,triceps_extension_on_floor,38,
3292
+ ,,triceps_pressdown,39,
3293
+ ,,weighted_dip,40,
3294
+ warm_up_exercise_name,uint16,,,
3295
+ ,,quadruped_rocking,0,
3296
+ ,,neck_tilts,1,
3297
+ ,,ankle_circles,2,
3298
+ ,,ankle_dorsiflexion_with_band,3,
3299
+ ,,ankle_internal_rotation,4,
3300
+ ,,arm_circles,5,
3301
+ ,,bent_over_reach_to_sky,6,
3302
+ ,,cat_camel,7,
3303
+ ,,elbow_to_foot_lunge,8,
3304
+ ,,forward_and_backward_leg_swings,9,
3305
+ ,,groiners,10,
3306
+ ,,inverted_hamstring_stretch,11,
3307
+ ,,lateral_duck_under,12,
3308
+ ,,neck_rotations,13,
3309
+ ,,opposite_arm_and_leg_balance,14,
3310
+ ,,reach_roll_and_lift,15,
3311
+ ,,scorpion,16,
3312
+ ,,shoulder_circles,17,
3313
+ ,,side_to_side_leg_swings,18,
3314
+ ,,sleeper_stretch,19,
3315
+ ,,slide_out,20,
3316
+ ,,swiss_ball_hip_crossover,21,
3317
+ ,,swiss_ball_reach_roll_and_lift,22,
3318
+ ,,swiss_ball_windshield_wipers,23,
3319
+ ,,thoracic_rotation,24,
3320
+ ,,walking_high_kicks,25,
3321
+ ,,walking_high_knees,26,
3322
+ ,,walking_knee_hugs,27,
3323
+ ,,walking_leg_cradles,28,
3324
+ ,,walkout,29,
3325
+ ,,walkout_from_push_up_position,30,
3326
+ run_exercise_name,uint16,,,
3327
+ ,,run,0,
3328
+ ,,walk,1,
3329
+ ,,jog,2,
3330
+ ,,sprint,3,
3331
+ water_type,enum,,,
3332
+ ,,fresh,0,
3333
+ ,,salt,1,
3334
+ ,,en13319,2,
3335
+ ,,custom,3,
3336
+ tissue_model_type,enum,,,
3337
+ ,,zhl_16c,0,"Buhlmann's decompression algorithm, version C"
3338
+ dive_gas_status,enum,,,
3339
+ ,,disabled,0,
3340
+ ,,enabled,1,
3341
+ ,,backup_only,2,
3342
+ dive_alarm_type,enum,,,
3343
+ ,,depth,0,
3344
+ ,,time,1,
3345
+ dive_backlight_mode,enum,,,
3346
+ ,,at_depth,0,
3347
+ ,,always_on,1,
3348
+ favero_product,uint16,,,
3349
+ ,,assioma_uno,10,
3350
+ ,,assioma_duo,12,