@sports-alliance/sports-lib 7.0.0 → 7.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/.github/workflows/test.yml +2 -2
  2. package/lib/cjs/activities/activity.types.d.ts +6 -3
  3. package/lib/cjs/activities/activity.types.js +9 -4
  4. package/lib/cjs/activities/devices/device.d.ts +1 -0
  5. package/lib/cjs/activities/devices/device.interface.d.ts +1 -0
  6. package/lib/cjs/activities/devices/device.js +1 -0
  7. package/lib/cjs/activities/devices/device.json.interface.d.ts +1 -0
  8. package/lib/cjs/data/data.cycling-position.js +1 -1
  9. package/lib/cjs/data/data.feeling.js +1 -1
  10. package/lib/cjs/data/data.interface.js +1 -1
  11. package/lib/cjs/data/data.rpe.js +1 -1
  12. package/lib/cjs/data/data.store.export.spec.js +28 -14
  13. package/lib/cjs/data/data.store.js +1 -1
  14. package/lib/cjs/events/adapters/file-type.enum.js +1 -1
  15. package/lib/cjs/events/adapters/importers/fit/importer.fit.coros.device.names.js +2 -1
  16. package/lib/cjs/events/adapters/importers/fit/importer.fit.d.ts +2 -1
  17. package/lib/cjs/events/adapters/importers/fit/importer.fit.garmin.device.names.js +61 -2
  18. package/lib/cjs/events/adapters/importers/fit/importer.fit.garmin.profile.data.js +867 -855
  19. package/lib/cjs/events/adapters/importers/fit/importer.fit.garmin.profile.mapper.spec.d.ts +1 -0
  20. package/lib/cjs/events/adapters/importers/fit/importer.fit.garmin.profile.mapper.spec.js +34 -0
  21. package/lib/cjs/events/adapters/importers/fit/importer.fit.integration.spec.js +22 -8
  22. package/lib/cjs/events/adapters/importers/fit/importer.fit.js +24 -2
  23. package/lib/cjs/events/adapters/importers/fit/importer.fit.suunto.device.names.js +1 -0
  24. package/lib/cjs/events/adapters/importers/fit/importer.fit.wahoo.device.names.js +5 -1
  25. package/lib/cjs/events/adapters/importers/gpx/importer.gpx.integration.spec.js +22 -8
  26. package/lib/cjs/events/adapters/importers/gpx/importer.gpx.js +1 -1
  27. package/lib/cjs/events/adapters/importers/gpx/importer.gpx.spec.js +50 -0
  28. package/lib/cjs/events/adapters/importers/suunto/importer.suunto.activity.ids.js +1 -1
  29. package/lib/cjs/events/adapters/importers/suunto/importer.suunto.device.names.js +1 -0
  30. package/lib/cjs/events/adapters/importers/suunto/importer.suunto.integration.spec.js +22 -8
  31. package/lib/cjs/events/adapters/importers/tcx/importer.tcx.integration.spec.js +22 -8
  32. package/lib/cjs/events/utilities/activity.utilities.js +7 -7
  33. package/lib/cjs/events/utilities/grade-calculator/low-pass-filter.js +3 -3
  34. package/lib/cjs/events/utilities/helpers.d.ts +1 -1
  35. package/lib/cjs/events/utilities/helpers.js +19 -19
  36. package/lib/cjs/index.d.ts +1 -1
  37. package/lib/cjs/index.js +5 -1
  38. package/lib/cjs/laps/lap.types.js +1 -1
  39. package/lib/cjs/meta-data/event-meta-data.interface.js +1 -1
  40. package/lib/cjs/privacy/privacy.class.interface.js +1 -1
  41. package/lib/cjs/specs/activities-parsing.integration.spec.js +75 -61
  42. package/lib/cjs/specs/strava-streams-compliance.spec.js +22 -8
  43. package/lib/cjs/streams/compressed.stream.interface.js +2 -2
  44. package/lib/cjs/tiles/tile.settings.interface.js +5 -5
  45. package/lib/cjs/users/settings/dashboard/user.dashboard.settings.interface.js +1 -1
  46. package/lib/cjs/users/settings/user.app.settings.interface.js +1 -1
  47. package/lib/cjs/users/settings/user.chart.settings.interface.js +3 -3
  48. package/lib/cjs/users/settings/user.map.settings.interface.js +2 -2
  49. package/lib/cjs/users/settings/user.unit.settings.interface.js +9 -9
  50. package/lib/esm/activities/activity.types.d.ts +6 -3
  51. package/lib/esm/activities/activity.types.js +7 -2
  52. package/lib/esm/activities/devices/device.d.ts +1 -0
  53. package/lib/esm/activities/devices/device.interface.d.ts +1 -0
  54. package/lib/esm/activities/devices/device.js +1 -0
  55. package/lib/esm/activities/devices/device.json.interface.d.ts +1 -0
  56. package/lib/esm/data/data.store.export.spec.js +6 -6
  57. package/lib/esm/data/data.store.js +1 -1
  58. package/lib/esm/events/adapters/importers/fit/importer.fit.coros.device.names.js +2 -1
  59. package/lib/esm/events/adapters/importers/fit/importer.fit.d.ts +2 -1
  60. package/lib/esm/events/adapters/importers/fit/importer.fit.garmin.device.names.js +61 -2
  61. package/lib/esm/events/adapters/importers/fit/importer.fit.garmin.profile.data.js +867 -855
  62. package/lib/esm/events/adapters/importers/fit/importer.fit.garmin.profile.mapper.spec.d.ts +1 -0
  63. package/lib/esm/events/adapters/importers/fit/importer.fit.garmin.profile.mapper.spec.js +32 -0
  64. package/lib/esm/events/adapters/importers/fit/importer.fit.js +24 -2
  65. package/lib/esm/events/adapters/importers/fit/importer.fit.suunto.device.names.js +1 -0
  66. package/lib/esm/events/adapters/importers/fit/importer.fit.wahoo.device.names.js +5 -1
  67. package/lib/esm/events/adapters/importers/gpx/importer.gpx.js +1 -1
  68. package/lib/esm/events/adapters/importers/gpx/importer.gpx.spec.js +17 -0
  69. package/lib/esm/events/adapters/importers/suunto/importer.suunto.device.names.js +1 -0
  70. package/lib/esm/events/utilities/activity.utilities.js +7 -7
  71. package/lib/esm/events/utilities/grade-calculator/low-pass-filter.js +3 -3
  72. package/lib/esm/events/utilities/helpers.d.ts +1 -1
  73. package/lib/esm/index.d.ts +1 -1
  74. package/lib/esm/specs/activities-parsing.integration.spec.js +53 -53
  75. package/package.json +21 -21
  76. package/.editorconfig +0 -14
  77. package/.eslintignore +0 -4
  78. package/.eslintrc.js +0 -9
  79. package/.prettierignore +0 -24
  80. package/.prettierrc.json +0 -12
  81. package/.vscode/launch.json +0 -49
  82. package/.vscode/tasks.json +0 -34
  83. package/CODE_OF_CONDUCT.md +0 -76
  84. package/debug-fit-import.js +0 -10
  85. package/jest.config.js +0 -23
  86. package/lib/cjs/package.json +0 -1
  87. package/lib/cjs/specs/fixtures/streams/strava/rides/3171472783.json +0 -52534
  88. package/lib/cjs/specs/fixtures/streams/strava/rides/3171487458.json +0 -78818
  89. package/lib/cjs/specs/fixtures/streams/strava/rides/343080886.json +0 -105090
  90. package/lib/cjs/specs/fixtures/streams/strava/rides/5910143591.json +0 -110711
  91. package/lib/cjs/specs/fixtures/streams/strava/runs/2451375851.json +0 -74846
  92. package/lib/cjs/specs/fixtures/streams/strava/runs/2709634581.json +0 -66817
  93. package/lib/cjs/specs/fixtures/streams/strava/runs/3156040843.json +0 -17594
  94. package/lib/cjs/specs/fixtures/streams/strava/runs/3182900697.json +0 -17322
  95. package/lib/cjs/specs/fixtures/streams/strava/runs/3183465494.json +0 -20463
  96. package/lib/cjs/specs/fixtures/streams/strava/runs/3183490558.json +0 -58202
  97. package/lib/esm/specs/fixtures/streams/strava/rides/3171472783.json +0 -52534
  98. package/lib/esm/specs/fixtures/streams/strava/rides/3171487458.json +0 -78818
  99. package/lib/esm/specs/fixtures/streams/strava/rides/343080886.json +0 -105090
  100. package/lib/esm/specs/fixtures/streams/strava/rides/5910143591.json +0 -110711
  101. package/lib/esm/specs/fixtures/streams/strava/runs/2451375851.json +0 -74846
  102. package/lib/esm/specs/fixtures/streams/strava/runs/2709634581.json +0 -66817
  103. package/lib/esm/specs/fixtures/streams/strava/runs/3156040843.json +0 -17594
  104. package/lib/esm/specs/fixtures/streams/strava/runs/3182900697.json +0 -17322
  105. package/lib/esm/specs/fixtures/streams/strava/runs/3183465494.json +0 -20463
  106. package/lib/esm/specs/fixtures/streams/strava/runs/3183490558.json +0 -58202
  107. package/test_output.log +0 -162
  108. package/test_output_2.log +0 -168
  109. package/test_output_3.log +0 -168
  110. package/tsconfig.cjs.json +0 -7
  111. package/tsconfig.esm.json +0 -8
  112. package/tsconfig.lib.json +0 -8
@@ -4,865 +4,877 @@
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.GarminSubSports = exports.GarminSports = exports.GarminProducts = exports.GarminManufacturers = void 0;
6
6
  exports.GarminManufacturers = {
7
- 1: 'garmin',
8
- 2: 'garminFr405Antfs',
9
- 3: 'zephyr',
10
- 4: 'dayton',
11
- 5: 'idt',
12
- 6: 'srm',
13
- 7: 'quarq',
14
- 8: 'ibike',
15
- 9: 'saris',
16
- 10: 'sparkHk',
17
- 11: 'tanita',
18
- 12: 'echowell',
19
- 13: 'dynastreamOem',
20
- 14: 'nautilus',
21
- 15: 'dynastream',
22
- 16: 'timex',
23
- 17: 'metrigear',
24
- 18: 'xelic',
25
- 19: 'beurer',
26
- 20: 'cardiosport',
27
- 21: 'aAndD',
28
- 22: 'hmm',
29
- 23: 'suunto',
30
- 24: 'thitaElektronik',
31
- 25: 'gpulse',
32
- 26: 'cleanMobile',
33
- 27: 'pedalBrain',
34
- 28: 'peaksware',
35
- 29: 'saxonar',
36
- 30: 'lemondFitness',
37
- 31: 'dexcom',
38
- 32: 'wahooFitness',
39
- 33: 'octaneFitness',
40
- 34: 'archinoetics',
41
- 35: 'theHurtBox',
42
- 36: 'citizenSystems',
43
- 37: 'magellan',
44
- 38: 'osynce',
45
- 39: 'holux',
46
- 40: 'concept2',
47
- 41: 'shimano',
48
- 42: 'oneGiantLeap',
49
- 43: 'aceSensor',
50
- 44: 'brimBrothers',
51
- 45: 'xplova',
52
- 46: 'perceptionDigital',
53
- 47: 'bf1systems',
54
- 48: 'pioneer',
55
- 49: 'spantec',
56
- 50: 'metalogics',
57
- 51: '4iiiis',
58
- 52: 'seikoEpson',
59
- 53: 'seikoEpsonOem',
60
- 54: 'iforPowell',
61
- 55: 'maxwellGuider',
62
- 56: 'starTrac',
63
- 57: 'breakaway',
64
- 58: 'alatechTechnologyLtd',
65
- 59: 'mioTechnologyEurope',
66
- 60: 'rotor',
67
- 61: 'geonaute',
68
- 62: 'idBike',
69
- 63: 'specialized',
70
- 64: 'wtek',
71
- 65: 'physicalEnterprises',
72
- 66: 'northPoleEngineering',
73
- 67: 'bkool',
74
- 68: 'cateye',
75
- 69: 'stagesCycling',
76
- 70: 'sigmasport',
77
- 71: 'tomtom',
78
- 72: 'peripedal',
79
- 73: 'wattbike',
80
- 76: 'moxy',
81
- 77: 'ciclosport',
82
- 78: 'powerbahn',
83
- 79: 'acornProjectsAps',
84
- 80: 'lifebeam',
85
- 81: 'bontrager',
86
- 82: 'wellgo',
87
- 83: 'scosche',
88
- 84: 'magura',
89
- 85: 'woodway',
90
- 86: 'elite',
91
- 87: 'nielsenKellerman',
92
- 88: 'dkCity',
93
- 89: 'tacx',
94
- 90: 'directionTechnology',
95
- 91: 'magtonic',
96
- 92: '1partcarbon',
97
- 93: 'insideRideTechnologies',
98
- 94: 'soundOfMotion',
99
- 95: 'stryd',
100
- 96: 'icg',
101
- 97: 'miPulse',
102
- 98: 'bsxAthletics',
103
- 99: 'look',
104
- 100: 'campagnoloSrl',
105
- 101: 'bodyBikeSmart',
106
- 102: 'praxisworks',
107
- 103: 'limitsTechnology',
108
- 104: 'topactionTechnology',
109
- 105: 'cosinuss',
110
- 106: 'fitcare',
111
- 107: 'magene',
112
- 108: 'giantManufacturingCo',
113
- 109: 'tigrasport',
114
- 110: 'salutron',
115
- 111: 'technogym',
116
- 112: 'brytonSensors',
117
- 113: 'latitudeLimited',
118
- 114: 'soaringTechnology',
119
- 115: 'igpsport',
120
- 116: 'thinkrider',
121
- 117: 'gopherSport',
122
- 118: 'waterrower',
123
- 119: 'orangetheory',
124
- 120: 'inpeak',
125
- 121: 'kinetic',
126
- 122: 'johnsonHealthTech',
127
- 123: 'polarElectro',
128
- 124: 'seesense',
129
- 125: 'nciTechnology',
130
- 126: 'iqsquare',
131
- 127: 'leomo',
132
- 128: 'ifitCom',
133
- 129: 'corosByte',
134
- 130: 'versaDesign',
135
- 131: 'chileaf',
136
- 132: 'cycplus',
137
- 133: 'gravaaByte',
138
- 134: 'sigeyi',
139
- 135: 'coospo',
140
- 136: 'geoid',
141
- 137: 'bosch',
142
- 138: 'kyto',
143
- 139: 'kineticSports',
144
- 140: 'decathlonByte',
145
- 141: 'tqSystems',
146
- 142: 'tagHeuer',
147
- 143: 'keiserFitness',
148
- 144: 'zwiftByte',
149
- 145: 'porscheEp',
150
- 146: 'blackbird',
151
- 147: 'meilanByte',
152
- 148: 'ezon',
153
- 149: 'laisi',
154
- 150: 'myzone',
155
- 151: 'abawo',
156
- 152: 'bafang',
157
- 153: 'luhongTechnology',
158
- 255: 'development',
159
- 257: 'healthandlife',
160
- 258: 'lezyne',
161
- 259: 'scribeLabs',
162
- 260: 'zwift',
163
- 261: 'watteam',
164
- 262: 'recon',
165
- 263: 'faveroElectronics',
166
- 264: 'dynovelo',
167
- 265: 'strava',
168
- 266: 'precor',
169
- 267: 'bryton',
170
- 268: 'sram',
171
- 269: 'navman',
172
- 270: 'cobi',
173
- 271: 'spivi',
174
- 272: 'mioMagellan',
175
- 273: 'evesports',
176
- 274: 'sensitivusGauge',
177
- 275: 'podoon',
178
- 276: 'lifeTimeFitness',
179
- 277: 'falcoEMotors',
180
- 278: 'minoura',
181
- 279: 'cycliq',
182
- 280: 'luxottica',
183
- 281: 'trainerRoad',
184
- 282: 'theSufferfest',
185
- 283: 'fullspeedahead',
186
- 284: 'virtualtraining',
187
- 285: 'feedbacksports',
188
- 286: 'omata',
189
- 287: 'vdo',
190
- 288: 'magneticdays',
191
- 289: 'hammerhead',
192
- 290: 'kineticByKurt',
193
- 291: 'shapelog',
194
- 292: 'dabuziduo',
195
- 293: 'jetblack',
196
- 294: 'coros',
197
- 295: 'virtugo',
198
- 296: 'velosense',
199
- 297: 'cycligentinc',
200
- 298: 'trailforks',
201
- 299: 'mahleEbikemotion',
202
- 300: 'nurvv',
203
- 301: 'microprogram',
204
- 302: 'zone5cloud',
205
- 303: 'greenteg',
206
- 304: 'yamahaMotors',
207
- 305: 'whoop',
208
- 306: 'gravaa',
209
- 307: 'onelap',
210
- 308: 'monarkExercise',
211
- 309: 'form',
212
- 310: 'decathlon',
213
- 311: 'syncros',
214
- 312: 'heatup',
215
- 313: 'cannondale',
216
- 314: 'trueFitness',
217
- 315: 'rGTCycling',
218
- 316: 'vasa',
219
- 317: 'raceRepublic',
220
- 318: 'fazua',
221
- 319: 'orekaTraining',
222
- 320: 'lsec',
223
- 321: 'lululemonStudio',
224
- 322: 'shanyue',
225
- 323: 'spinningMda',
226
- 324: 'hilldating',
227
- 325: 'aeroSensor',
228
- 326: 'nike',
229
- 327: 'magicshine',
230
- 328: 'ictrainer',
231
- 329: 'absoluteCycling',
232
- 330: 'eoSwimbetter',
233
- 331: 'mywhoosh',
234
- 332: 'ravemen',
235
- 333: 'tektroRacingProducts',
236
- 334: 'daradInnovationCorporation',
237
- 335: 'cycloptim',
238
- 337: 'runna',
239
- 5759: 'actigraphcorp'
7
+ 1: "garmin",
8
+ 2: "garmin_fr405_antfs",
9
+ 3: "zephyr",
10
+ 4: "dayton",
11
+ 5: "idt",
12
+ 6: "srm",
13
+ 7: "quarq",
14
+ 8: "ibike",
15
+ 9: "saris",
16
+ 10: "spark_hk",
17
+ 11: "tanita",
18
+ 12: "echowell",
19
+ 13: "dynastream_oem",
20
+ 14: "nautilus",
21
+ 15: "dynastream",
22
+ 16: "timex",
23
+ 17: "metrigear",
24
+ 18: "xelic",
25
+ 19: "beurer",
26
+ 20: "cardiosport",
27
+ 21: "a_and_d",
28
+ 22: "hmm",
29
+ 23: "suunto",
30
+ 24: "thita_elektronik",
31
+ 25: "gpulse",
32
+ 26: "clean_mobile",
33
+ 27: "pedal_brain",
34
+ 28: "peaksware",
35
+ 29: "saxonar",
36
+ 30: "lemond_fitness",
37
+ 31: "dexcom",
38
+ 32: "wahoo_fitness",
39
+ 33: "octane_fitness",
40
+ 34: "archinoetics",
41
+ 35: "the_hurt_box",
42
+ 36: "citizen_systems",
43
+ 37: "magellan",
44
+ 38: "osynce",
45
+ 39: "holux",
46
+ 40: "concept2",
47
+ 41: "shimano",
48
+ 42: "one_giant_leap",
49
+ 43: "ace_sensor",
50
+ 44: "brim_brothers",
51
+ 45: "xplova",
52
+ 46: "perception_digital",
53
+ 47: "bf1systems",
54
+ 48: "pioneer",
55
+ 49: "spantec",
56
+ 50: "metalogics",
57
+ 51: "4iiiis",
58
+ 52: "seiko_epson",
59
+ 53: "seiko_epson_oem",
60
+ 54: "ifor_powell",
61
+ 55: "maxwell_guider",
62
+ 56: "star_trac",
63
+ 57: "breakaway",
64
+ 58: "alatech_technology_ltd",
65
+ 59: "mio_technology_europe",
66
+ 60: "rotor",
67
+ 61: "geonaute",
68
+ 62: "id_bike",
69
+ 63: "specialized",
70
+ 64: "wtek",
71
+ 65: "physical_enterprises",
72
+ 66: "north_pole_engineering",
73
+ 67: "bkool",
74
+ 68: "cateye",
75
+ 69: "stages_cycling",
76
+ 70: "sigmasport",
77
+ 71: "tomtom",
78
+ 72: "peripedal",
79
+ 73: "wattbike",
80
+ 76: "moxy",
81
+ 77: "ciclosport",
82
+ 78: "powerbahn",
83
+ 79: "acorn_projects_aps",
84
+ 80: "lifebeam",
85
+ 81: "bontrager",
86
+ 82: "wellgo",
87
+ 83: "scosche",
88
+ 84: "magura",
89
+ 85: "woodway",
90
+ 86: "elite",
91
+ 87: "nielsen_kellerman",
92
+ 88: "dk_city",
93
+ 89: "tacx",
94
+ 90: "direction_technology",
95
+ 91: "magtonic",
96
+ 92: "1partcarbon",
97
+ 93: "inside_ride_technologies",
98
+ 94: "sound_of_motion",
99
+ 95: "stryd",
100
+ 96: "icg",
101
+ 97: "mi_pulse",
102
+ 98: "bsx_athletics",
103
+ 99: "look",
104
+ 100: "campagnolo_srl",
105
+ 101: "body_bike_smart",
106
+ 102: "praxisworks",
107
+ 103: "limits_technology",
108
+ 104: "topaction_technology",
109
+ 105: "cosinuss",
110
+ 106: "fitcare",
111
+ 107: "magene",
112
+ 108: "giant_manufacturing_co",
113
+ 109: "tigrasport",
114
+ 110: "salutron",
115
+ 111: "technogym",
116
+ 112: "bryton_sensors",
117
+ 113: "latitude_limited",
118
+ 114: "soaring_technology",
119
+ 115: "igpsport",
120
+ 116: "thinkrider",
121
+ 117: "gopher_sport",
122
+ 118: "waterrower",
123
+ 119: "orangetheory",
124
+ 120: "inpeak",
125
+ 121: "kinetic",
126
+ 122: "johnson_health_tech",
127
+ 123: "polar_electro",
128
+ 124: "seesense",
129
+ 125: "nci_technology",
130
+ 126: "iqsquare",
131
+ 127: "leomo",
132
+ 128: "ifit_com",
133
+ 129: "coros_byte",
134
+ 130: "versa_design",
135
+ 131: "chileaf",
136
+ 132: "cycplus",
137
+ 133: "gravaa_byte",
138
+ 134: "sigeyi",
139
+ 135: "coospo",
140
+ 136: "geoid",
141
+ 137: "bosch",
142
+ 138: "kyto",
143
+ 139: "kinetic_sports",
144
+ 140: "decathlon_byte",
145
+ 141: "tq_systems",
146
+ 142: "tag_heuer",
147
+ 143: "keiser_fitness",
148
+ 144: "zwift_byte",
149
+ 145: "porsche_ep",
150
+ 146: "blackbird",
151
+ 147: "meilan_byte",
152
+ 148: "ezon",
153
+ 149: "laisi",
154
+ 150: "myzone",
155
+ 151: "abawo",
156
+ 152: "bafang",
157
+ 153: "luhong_technology",
158
+ 255: "development",
159
+ 257: "healthandlife",
160
+ 258: "lezyne",
161
+ 259: "scribe_labs",
162
+ 260: "zwift",
163
+ 261: "watteam",
164
+ 262: "recon",
165
+ 263: "favero_electronics",
166
+ 264: "dynovelo",
167
+ 265: "strava",
168
+ 266: "precor",
169
+ 267: "bryton",
170
+ 268: "sram",
171
+ 269: "navman",
172
+ 270: "cobi",
173
+ 271: "spivi",
174
+ 272: "mio_magellan",
175
+ 273: "evesports",
176
+ 274: "sensitivus_gauge",
177
+ 275: "podoon",
178
+ 276: "life_time_fitness",
179
+ 277: "falco_e_motors",
180
+ 278: "minoura",
181
+ 279: "cycliq",
182
+ 280: "luxottica",
183
+ 281: "trainer_road",
184
+ 282: "the_sufferfest",
185
+ 283: "fullspeedahead",
186
+ 284: "virtualtraining",
187
+ 285: "feedbacksports",
188
+ 286: "omata",
189
+ 287: "vdo",
190
+ 288: "magneticdays",
191
+ 289: "hammerhead",
192
+ 290: "kinetic_by_kurt",
193
+ 291: "shapelog",
194
+ 292: "dabuziduo",
195
+ 293: "jetblack",
196
+ 294: "coros",
197
+ 295: "virtugo",
198
+ 296: "velosense",
199
+ 297: "cycligentinc",
200
+ 298: "trailforks",
201
+ 299: "mahle_ebikemotion",
202
+ 300: "nurvv",
203
+ 301: "microprogram",
204
+ 302: "zone5cloud",
205
+ 303: "greenteg",
206
+ 304: "yamaha_motors",
207
+ 305: "whoop",
208
+ 306: "gravaa",
209
+ 307: "onelap",
210
+ 308: "monark_exercise",
211
+ 309: "form",
212
+ 310: "decathlon",
213
+ 311: "syncros",
214
+ 312: "heatup",
215
+ 313: "cannondale",
216
+ 314: "true_fitness",
217
+ 315: "r_g_t_cycling",
218
+ 316: "vasa",
219
+ 317: "race_republic",
220
+ 318: "fazua",
221
+ 319: "oreka_training",
222
+ 320: "lsec",
223
+ 321: "lululemon_studio",
224
+ 322: "shanyue",
225
+ 323: "spinning_mda",
226
+ 324: "hilldating",
227
+ 325: "aero_sensor",
228
+ 326: "nike",
229
+ 327: "magicshine",
230
+ 328: "ictrainer",
231
+ 329: "absolute_cycling",
232
+ 330: "eo_swimbetter",
233
+ 331: "mywhoosh",
234
+ 332: "ravemen",
235
+ 333: "tektro_racing_products",
236
+ 334: "darad_innovation_corporation",
237
+ 335: "cycloptim",
238
+ 337: "runna",
239
+ 5759: "actigraphcorp",
240
240
  };
241
241
  exports.GarminProducts = {
242
- 1: 'hrm1',
243
- 2: 'axh01',
244
- 3: 'axb01',
245
- 4: 'axb02',
246
- 5: 'hrm2ss',
247
- 6: 'dsialf02',
248
- 7: 'hrm3ss',
249
- 8: 'hrm_run_single_byte_product_id',
250
- 9: 'bsm',
251
- 10: 'bcm',
252
- 11: 'axs01',
253
- 12: 'hrm_tri_single_byte_product_id',
254
- 13: 'hrm4_run_single_byte_product_id',
255
- 14: 'fr225_single_byte_product_id',
256
- 15: 'gen3_bsm_single_byte_product_id',
257
- 16: 'gen3_bcm_single_byte_product_id',
258
- 22: 'hrm_fit_single_byte_product_id',
259
- 255: 'oh_hr',
260
- 473: 'fr301_china',
261
- 474: 'fr301_japan',
262
- 475: 'fr301_korea',
263
- 494: 'fr301_taiwan',
264
- 717: 'fr405',
265
- 782: 'fr50',
266
- 987: 'fr405_japan',
267
- 988: 'fr60',
268
- 1011: 'dsialf01',
269
- 1018: 'fr310xt',
270
- 1036: 'edge500',
271
- 1124: 'fr110',
272
- 1169: 'edge800',
273
- 1199: 'edge500_taiwan',
274
- 1213: 'edge500_japan',
275
- 1253: 'chirp',
276
- 1274: 'fr110_japan',
277
- 1325: 'edge200',
278
- 1328: 'fr910xt',
279
- 1333: 'edge800_taiwan',
280
- 1334: 'edge800_japan',
281
- 1341: 'alf04',
282
- 1345: 'fr610',
283
- 1360: 'fr210_japan',
284
- 1380: 'vector_ss',
285
- 1381: 'vector_cp',
286
- 1386: 'edge800_china',
287
- 1387: 'edge500_china',
288
- 1405: 'approach_g10',
289
- 1410: 'fr610_japan',
290
- 1422: 'edge500_korea',
291
- 1436: 'fr70',
292
- 1446: 'fr310xt_4t',
293
- 1461: 'amx',
294
- 1482: 'fr10',
295
- 1497: 'edge800_korea',
296
- 1499: 'swim',
297
- 1537: 'fr910xt_china',
298
- 1551: 'fenix',
299
- 1555: 'edge200_taiwan',
300
- 1561: 'edge510',
301
- 1567: 'edge810',
302
- 1570: 'tempe',
303
- 1600: 'fr910xt_japan',
304
- 1623: 'fr620',
305
- 1632: 'fr220',
306
- 1664: 'fr910xt_korea',
307
- 1688: 'fr10_japan',
308
- 1721: 'edge810_japan',
309
- 1735: 'virb_elite',
310
- 1736: 'edge_touring',
311
- 1742: 'edge510_japan',
312
- 1743: 'hrm_tri',
313
- 1752: 'hrm_run',
314
- 1765: 'fr920xt',
315
- 1821: 'edge510_asia',
316
- 1822: 'edge810_china',
317
- 1823: 'edge810_taiwan',
318
- 1836: 'edge1000',
319
- 1837: 'vivofit',
320
- 1853: 'virb_remote',
321
- 1885: 'vivoki',
322
- 1903: 'fr15',
323
- 1907: 'vivoactive',
324
- 1918: 'edge510_korea',
325
- 1928: 'fr620_japan',
326
- 1929: 'fr620_china',
327
- 1930: 'fr220_japan',
328
- 1931: 'fr220_china',
329
- 1936: 'approach_s6',
330
- 1956: 'vivosmart',
331
- 1967: 'fenix2',
332
- 1988: 'epix',
333
- 2050: 'fenix3',
334
- 2052: 'edge1000_taiwan',
335
- 2053: 'edge1000_japan',
336
- 2061: 'fr15_japan',
337
- 2067: 'edge520',
338
- 2070: 'edge1000_china',
339
- 2072: 'fr620_russia',
340
- 2073: 'fr220_russia',
341
- 2079: 'vector_s',
342
- 2100: 'edge1000_korea',
343
- 2130: 'fr920xt_taiwan',
344
- 2131: 'fr920xt_china',
345
- 2132: 'fr920xt_japan',
346
- 2134: 'virbx',
347
- 2135: 'vivosmart_apac',
348
- 2140: 'etrex_touch',
349
- 2147: 'edge25',
350
- 2148: 'fr25',
351
- 2150: 'vivofit2',
352
- 2153: 'fr225',
353
- 2156: 'fr630',
354
- 2157: 'fr230',
355
- 2158: 'fr735xt',
356
- 2160: 'vivoactive_apac',
357
- 2161: 'vector2',
358
- 2162: 'vector2s',
359
- 2172: 'virbxe',
360
- 2173: 'fr620_taiwan',
361
- 2174: 'fr220_taiwan',
362
- 2175: 'truswing',
363
- 2187: 'd2airvenu',
364
- 2188: 'fenix3_china',
365
- 2189: 'fenix3_twn',
366
- 2192: 'varia_headlight',
367
- 2193: 'varia_taillight_old',
368
- 2204: 'edge_explore_1000',
369
- 2219: 'fr225_asia',
370
- 2225: 'varia_radar_taillight',
371
- 2226: 'varia_radar_display',
372
- 2238: 'edge20',
373
- 2260: 'edge520_asia',
374
- 2261: 'edge520_japan',
375
- 2262: 'd2bravo',
376
- 2266: 'approach_s20',
377
- 2271: 'vivosmart2',
378
- 2274: 'edge1000_thai',
379
- 2276: 'varia_remote',
380
- 2288: 'edge25_asia',
381
- 2289: 'edge25_jpn',
382
- 2290: 'edge20_asia',
383
- 2292: 'approach_x40',
384
- 2293: 'fenix3_japan',
385
- 2294: 'vivosmart_emea',
386
- 2310: 'fr630_asia',
387
- 2311: 'fr630_jpn',
388
- 2313: 'fr230_jpn',
389
- 2327: 'hrm4_run',
390
- 2332: 'epix_japan',
391
- 2337: 'vivoactive_hr',
392
- 2347: 'vivosmart_gps_hr',
393
- 2348: 'vivosmart_hr',
394
- 2361: 'vivosmart_hr_asia',
395
- 2362: 'vivosmart_gps_hr_asia',
396
- 2368: 'vivomove',
397
- 2379: 'varia_taillight',
398
- 2396: 'fr235_asia',
399
- 2397: 'fr235_japan',
400
- 2398: 'varia_vision',
401
- 2406: 'vivofit3',
402
- 2407: 'fenix3_korea',
403
- 2408: 'fenix3_sea',
404
- 2413: 'fenix3_hr',
405
- 2417: 'virb_ultra_30',
406
- 2429: 'index_smart_scale',
407
- 2431: 'fr235',
408
- 2432: 'fenix3_chronos',
409
- 2441: 'oregon7xx',
410
- 2444: 'rino7xx',
411
- 2457: 'epix_korea',
412
- 2473: 'fenix3_hr_chn',
413
- 2474: 'fenix3_hr_twn',
414
- 2475: 'fenix3_hr_jpn',
415
- 2476: 'fenix3_hr_sea',
416
- 2477: 'fenix3_hr_kor',
417
- 2496: 'nautix',
418
- 2497: 'vivoactive_hr_apac',
419
- 2503: 'fr35',
420
- 2512: 'oregon7xx_ww',
421
- 2530: 'edge820',
422
- 2531: 'edge_explore_820',
423
- 2533: 'fr735xt_apac',
424
- 2534: 'fr735xt_japan',
425
- 2544: 'fenix5s',
426
- 2547: 'd2bravo_titanium',
427
- 2567: 'varia_ut800',
428
- 2593: 'running_dynamics_pod',
429
- 2599: 'edge820_china',
430
- 2600: 'edge820_japan',
431
- 2604: 'fenix5x',
432
- 2606: 'vivofit_jr',
433
- 2622: 'vivosmart3',
434
- 2623: 'vivosport',
435
- 2628: 'edge820_taiwan',
436
- 2629: 'edge820_korea',
437
- 2630: 'edge820_sea',
438
- 2650: 'fr35_hebrew',
439
- 2656: 'approach_s60',
440
- 2667: 'fr35_apac',
441
- 2668: 'fr35_japan',
442
- 2675: 'fenix3_chronos_asia',
443
- 2687: 'virb360',
444
- 2691: 'fr935',
445
- 2697: 'fenix5',
446
- 2700: 'vivoactive3',
447
- 2713: 'edge1030',
448
- 2727: 'fr35_sea',
449
- 2733: 'fr235_china_nfc',
450
- 2769: 'foretrex601_701',
451
- 2772: 'vivomove_hr',
452
- 2787: 'vector3',
453
- 2796: 'fenix5_asia',
454
- 2797: 'fenix5s_asia',
455
- 2798: 'fenix5x_asia',
456
- 2806: 'approach_z80',
457
- 2814: 'fr35_korea',
458
- 2819: 'd2charlie',
459
- 2831: 'vivosmart3_apac',
460
- 2832: 'vivosport_apac',
461
- 2833: 'fr935_asia',
462
- 2859: 'descent',
463
- 2878: 'vivofit4',
464
- 2886: 'fr645',
465
- 2888: 'fr645m',
466
- 2891: 'fr30',
467
- 2900: 'fenix5s_plus',
468
- 2909: 'edge130',
469
- 2924: 'edge1030_asia',
470
- 2927: 'vivosmart4',
471
- 2945: 'vivomove_hr_asia',
472
- 2962: 'approach_x10',
473
- 2977: 'fr30_asia',
474
- 2988: 'vivoactive3m_w',
475
- 3003: 'fr645_asia',
476
- 3004: 'fr645m_asia',
477
- 3011: 'edge_explore',
478
- 3028: 'gpsmap66',
479
- 3049: 'approach_s10',
480
- 3066: 'vivoactive3m_l',
481
- 3076: 'fr245',
482
- 3077: 'fr245m',
483
- 3085: 'approach_g80',
484
- 3092: 'edge130_asia',
485
- 3095: 'edge1030_bontrager',
486
- 3110: 'fenix5_plus',
487
- 3111: 'fenix5x_plus',
488
- 3112: 'edge520_plus',
489
- 3113: 'fr945',
490
- 3121: 'edge530',
491
- 3122: 'edge830',
492
- 3126: 'instinct_esports',
493
- 3134: 'fenix5s_plus_apac',
494
- 3135: 'fenix5x_plus_apac',
495
- 3142: 'edge520_plus_apac',
496
- 3143: 'descent_t1',
497
- 3144: 'fr235l_asia',
498
- 3145: 'fr245_asia',
499
- 3163: 'vivoactive3m_apac',
500
- 3192: 'gen3_bsm',
501
- 3193: 'gen3_bcm',
502
- 3218: 'vivosmart4_asia',
503
- 3224: 'vivoactive4_small',
504
- 3225: 'vivoactive4_large',
505
- 3226: 'venu',
506
- 3246: 'marq_driver',
507
- 3247: 'marq_aviator',
508
- 3248: 'marq_captain',
509
- 3249: 'marq_commander',
510
- 3250: 'marq_expedition',
511
- 3251: 'marq_athlete',
512
- 3258: 'descent_mk2',
513
- 3282: 'fr45',
514
- 3284: 'gpsmap66i',
515
- 3287: 'fenix6ssport',
516
- 3288: 'fenix6s',
517
- 3289: 'fenix6sport',
518
- 3290: 'fenix6',
519
- 3291: 'fenix6x',
520
- 3299: 'hrm_dual',
521
- 3300: 'hrm_pro',
522
- 3308: 'vivomove3_premium',
523
- 3314: 'approach_s40',
524
- 3321: 'fr245m_asia',
525
- 3349: 'edge530_apac',
526
- 3350: 'edge830_apac',
527
- 3378: 'vivomove3',
528
- 3387: 'vivoactive4_small_asia',
529
- 3388: 'vivoactive4_large_asia',
530
- 3389: 'vivoactive4_oled_asia',
531
- 3405: 'swim2',
532
- 3420: 'marq_driver_asia',
533
- 3421: 'marq_aviator_asia',
534
- 3422: 'vivomove3_asia',
535
- 3441: 'fr945_asia',
536
- 3446: 'vivoactive3t_chn',
537
- 3448: 'marq_captain_asia',
538
- 3449: 'marq_commander_asia',
539
- 3450: 'marq_expedition_asia',
540
- 3451: 'marq_athlete_asia',
541
- 3461: 'index_smart_scale_2',
542
- 3466: 'instinct_solar',
543
- 3469: 'fr45_asia',
544
- 3473: 'vivoactive3_daimler',
545
- 3498: 'legacy_rey',
546
- 3499: 'legacy_darth_vader',
547
- 3500: 'legacy_captain_marvel',
548
- 3501: 'legacy_first_avenger',
549
- 3512: 'fenix6s_sport_asia',
550
- 3513: 'fenix6s_asia',
551
- 3514: 'fenix6_sport_asia',
552
- 3515: 'fenix6_asia',
553
- 3516: 'fenix6x_asia',
554
- 3535: 'legacy_captain_marvel_asia',
555
- 3536: 'legacy_first_avenger_asia',
556
- 3537: 'legacy_rey_asia',
557
- 3538: 'legacy_darth_vader_asia',
558
- 3542: 'descent_mk2s',
559
- 3558: 'edge130_plus',
560
- 3570: 'edge1030_plus',
561
- 3578: 'rally_200',
562
- 3589: 'fr745',
563
- 3596: 'venusq_music',
564
- 3599: 'venusq_music_v2',
565
- 3600: 'venusq',
566
- 3615: 'lily',
567
- 3624: 'marq_adventurer',
568
- 3638: 'enduro',
569
- 3639: 'swim2_apac',
570
- 3648: 'marq_adventurer_asia',
571
- 3652: 'fr945_lte',
572
- 3702: 'descent_mk2_asia',
573
- 3703: 'venu2',
574
- 3704: 'venu2s',
575
- 3737: 'venu_daimler_asia',
576
- 3739: 'marq_golfer',
577
- 3740: 'venu_daimler',
578
- 3794: 'fr745_asia',
579
- 3808: 'varia_rct715',
580
- 3809: 'lily_asia',
581
- 3812: 'edge1030_plus_asia',
582
- 3813: 'edge130_plus_asia',
583
- 3823: 'approach_s12',
584
- 3837: 'venusq_asia',
585
- 3843: 'edge1040',
586
- 3850: 'marq_golfer_asia',
587
- 3851: 'venu2_plus',
588
- 3865: 'gnss',
589
- 3869: 'fr55',
590
- 3872: 'enduro_asia',
591
- 3888: 'instinct2',
592
- 3889: 'instinct2s',
593
- 3905: 'fenix7s',
594
- 3906: 'fenix7',
595
- 3907: 'fenix7x',
596
- 3908: 'fenix7s_apac',
597
- 3909: 'fenix7_apac',
598
- 3910: 'fenix7x_apac',
599
- 3927: 'approach_g12',
600
- 3930: 'descent_mk2s_asia',
601
- 3934: 'approach_s42',
602
- 3943: 'epix_gen2',
603
- 3944: 'epix_gen2_apac',
604
- 3949: 'venu2s_asia',
605
- 3950: 'venu2_asia',
606
- 3978: 'fr945_lte_asia',
607
- 3982: 'vivomove_sport',
608
- 3983: 'vivomove_trend',
609
- 3986: 'approach_s12_asia',
610
- 3990: 'fr255_music',
611
- 3991: 'fr255_small_music',
612
- 3992: 'fr255',
613
- 3993: 'fr255_small',
614
- 4001: 'approach_g12_asia',
615
- 4002: 'approach_s42_asia',
616
- 4005: 'descent_g1',
617
- 4017: 'venu2_plus_asia',
618
- 4024: 'fr955',
619
- 4033: 'fr55_asia',
620
- 4061: 'edge540',
621
- 4062: 'edge840',
622
- 4063: 'vivosmart5',
623
- 4071: 'instinct2_asia',
624
- 4105: 'marq_gen2',
625
- 4115: 'venusq2',
626
- 4116: 'venusq2_music',
627
- 4124: 'marq_gen2_aviator',
628
- 4125: 'd2_air_x10',
629
- 4130: 'hrm_pro_plus',
630
- 4132: 'descent_g1_asia',
631
- 4135: 'tactix7',
632
- 4155: 'instinct_crossover',
633
- 4169: 'edge_explore_2',
634
- 4222: 'descent_mk3',
635
- 4223: 'descent_mk3i',
636
- 4233: 'approach_s70',
637
- 4257: 'fr265_large',
638
- 4258: 'fr265_small',
639
- 4260: 'venu3',
640
- 4261: 'venu3s',
641
- 4265: 'tacx_neo_smart',
642
- 4266: 'tacx_neo2_smart',
643
- 4267: 'tacx_neo2t_smart',
644
- 4268: 'tacx_neo_smart_bike',
645
- 4269: 'tacx_satori_smart',
646
- 4270: 'tacx_flow_smart',
647
- 4271: 'tacx_vortex_smart',
648
- 4272: 'tacx_bushido_smart',
649
- 4273: 'tacx_genius_smart',
650
- 4274: 'tacx_flux_flux_s_smart',
651
- 4275: 'tacx_flux_2_smart',
652
- 4276: 'tacx_magnum',
653
- 4305: 'edge1040_asia',
654
- 4312: 'epix_gen2_pro_42',
655
- 4313: 'epix_gen2_pro_47',
656
- 4314: 'epix_gen2_pro_51',
657
- 4315: 'fr965',
658
- 4341: 'enduro_2',
659
- 4374: 'fenix7s_pro_solar',
660
- 4375: 'fenix7_pro_solar',
661
- 4376: 'fenix7x_pro_solar',
662
- 4380: 'lily2',
663
- 4394: 'instinct2x',
664
- 4426: 'vivoactive5',
665
- 4432: 'fr165',
666
- 4433: 'fr165_music',
667
- 4440: 'edge1050',
668
- 4442: 'descent_t2',
669
- 4446: 'hrm_fit',
670
- 4472: 'marq_gen2_commander',
671
- 4477: 'lily_athlete',
672
- 4532: 'fenix8_solar',
673
- 4533: 'fenix8_solar_large',
674
- 4534: 'fenix8_small',
675
- 4536: 'fenix8',
676
- 4556: 'd2_mach_1_pro',
677
- 4575: 'enduro_3',
678
- 4583: 'instinct_e40mm',
679
- 4584: 'instinct_e45mm',
680
- 4585: 'instinct_3_solar_45mm',
681
- 4586: 'instinct_3_amoled_45mm',
682
- 4587: 'instinct_3_amoled_50mm',
683
- 4588: 'descent_g2',
684
- 4603: 'venu_x1',
685
- 4606: 'hrm200',
686
- 4625: 'vivoactive6',
687
- 4647: 'approach_s44',
688
- 4655: 'edge_mtb',
689
- 4656: 'approach_s50',
690
- 4666: 'fenix_e',
691
- 4759: 'instinct_3_solar_50mm',
692
- 4775: 'tactix_8_amoled',
693
- 4776: 'tactix_8_solar',
694
- 10007: 'sdm4',
695
- 10014: 'edge_remote',
696
- 20119: 'training_center',
697
- 20533: 'tacx_training_app_win',
698
- 20534: 'tacx_training_app_mac',
699
- 20565: 'tacx_training_app_mac_catalyst',
700
- 30045: 'tacx_training_app_android',
701
- 30046: 'tacx_training_app_ios',
702
- 30047: 'tacx_training_app_legacy',
703
- 65531: 'connectiq_simulator',
704
- 65532: 'android_antplus_plugin',
705
- 65534: 'connect'
242
+ 1: "hrm1",
243
+ 2: "axh01",
244
+ 3: "axb01",
245
+ 4: "axb02",
246
+ 5: "hrm2ss",
247
+ 6: "dsi_alf02",
248
+ 7: "hrm3ss",
249
+ 8: "hrm_run_single_byte_product_id",
250
+ 9: "bsm",
251
+ 10: "bcm",
252
+ 11: "axs01",
253
+ 12: "hrm_tri_single_byte_product_id",
254
+ 13: "hrm4_run_single_byte_product_id",
255
+ 14: "fr225_single_byte_product_id",
256
+ 15: "gen3_bsm_single_byte_product_id",
257
+ 16: "gen3_bcm_single_byte_product_id",
258
+ 22: "hrm_fit_single_byte_product_id",
259
+ 255: "o_h_r",
260
+ 473: "fr301_china",
261
+ 474: "fr301_japan",
262
+ 475: "fr301_korea",
263
+ 494: "fr301_taiwan",
264
+ 717: "fr405",
265
+ 782: "fr50",
266
+ 987: "fr405_japan",
267
+ 988: "fr60",
268
+ 1011: "dsi_alf01",
269
+ 1018: "fr310xt",
270
+ 1036: "edge500",
271
+ 1124: "fr110",
272
+ 1169: "edge800",
273
+ 1199: "edge500_taiwan",
274
+ 1213: "edge500_japan",
275
+ 1253: "chirp",
276
+ 1274: "fr110_japan",
277
+ 1325: "edge200",
278
+ 1328: "fr910xt",
279
+ 1333: "edge800_taiwan",
280
+ 1334: "edge800_japan",
281
+ 1341: "alf04",
282
+ 1345: "fr610",
283
+ 1360: "fr210_japan",
284
+ 1380: "vector_ss",
285
+ 1381: "vector_cp",
286
+ 1386: "edge800_china",
287
+ 1387: "edge500_china",
288
+ 1405: "approach_g10",
289
+ 1410: "fr610_japan",
290
+ 1422: "edge500_korea",
291
+ 1436: "fr70",
292
+ 1446: "fr310xt4t",
293
+ 1461: "amx",
294
+ 1482: "fr10",
295
+ 1497: "edge800_korea",
296
+ 1499: "swim",
297
+ 1537: "fr910xt_china",
298
+ 1551: "fenix",
299
+ 1555: "edge200_taiwan",
300
+ 1561: "edge510",
301
+ 1567: "edge810",
302
+ 1570: "tempe",
303
+ 1600: "fr910xt_japan",
304
+ 1623: "fr620",
305
+ 1632: "fr220",
306
+ 1664: "fr910xt_korea",
307
+ 1688: "fr10_japan",
308
+ 1721: "edge810_japan",
309
+ 1735: "virb_elite",
310
+ 1736: "edge_touring",
311
+ 1742: "edge510_japan",
312
+ 1743: "hrm_tri",
313
+ 1752: "hrm_run",
314
+ 1765: "fr920xt",
315
+ 1821: "edge510_asia",
316
+ 1822: "edge810_china",
317
+ 1823: "edge810_taiwan",
318
+ 1836: "edge1000",
319
+ 1837: "vivo_fit",
320
+ 1853: "virb_remote",
321
+ 1885: "vivo_ki",
322
+ 1903: "fr15",
323
+ 1907: "vivo_active",
324
+ 1918: "edge510_korea",
325
+ 1928: "fr620_japan",
326
+ 1929: "fr620_china",
327
+ 1930: "fr220_japan",
328
+ 1931: "fr220_china",
329
+ 1936: "approach_s6",
330
+ 1956: "vivo_smart",
331
+ 1967: "fenix2",
332
+ 1988: "epix",
333
+ 2050: "fenix3",
334
+ 2052: "edge1000_taiwan",
335
+ 2053: "edge1000_japan",
336
+ 2061: "fr15_japan",
337
+ 2067: "edge520",
338
+ 2070: "edge1000_china",
339
+ 2072: "fr620_russia",
340
+ 2073: "fr220_russia",
341
+ 2079: "vector_s",
342
+ 2100: "edge1000_korea",
343
+ 2130: "fr920xt_taiwan",
344
+ 2131: "fr920xt_china",
345
+ 2132: "fr920xt_japan",
346
+ 2134: "virbx",
347
+ 2135: "vivo_smart_apac",
348
+ 2140: "etrex_touch",
349
+ 2147: "edge25",
350
+ 2148: "fr25",
351
+ 2150: "vivo_fit2",
352
+ 2153: "fr225",
353
+ 2156: "fr630",
354
+ 2157: "fr230",
355
+ 2158: "fr735xt",
356
+ 2160: "vivo_active_apac",
357
+ 2161: "vector2",
358
+ 2162: "vector2s",
359
+ 2172: "virbxe",
360
+ 2173: "fr620_taiwan",
361
+ 2174: "fr220_taiwan",
362
+ 2175: "truswing",
363
+ 2187: "d2airvenu",
364
+ 2188: "fenix3_china",
365
+ 2189: "fenix3_twn",
366
+ 2192: "varia_headlight",
367
+ 2193: "varia_taillight_old",
368
+ 2204: "edge_explore1000",
369
+ 2219: "fr225_asia",
370
+ 2225: "varia_radar_taillight",
371
+ 2226: "varia_radar_display",
372
+ 2238: "edge20",
373
+ 2260: "edge520_asia",
374
+ 2261: "edge520_japan",
375
+ 2262: "d2_bravo",
376
+ 2266: "approach_s20",
377
+ 2271: "vivo_smart2",
378
+ 2274: "edge1000_thai",
379
+ 2276: "varia_remote",
380
+ 2288: "edge25_asia",
381
+ 2289: "edge25_jpn",
382
+ 2290: "edge20_asia",
383
+ 2292: "approach_x40",
384
+ 2293: "fenix3_japan",
385
+ 2294: "vivo_smart_emea",
386
+ 2310: "fr630_asia",
387
+ 2311: "fr630_jpn",
388
+ 2313: "fr230_jpn",
389
+ 2327: "hrm4_run",
390
+ 2332: "epix_japan",
391
+ 2337: "vivo_active_hr",
392
+ 2347: "vivo_smart_gps_hr",
393
+ 2348: "vivo_smart_hr",
394
+ 2361: "vivo_smart_hr_asia",
395
+ 2362: "vivo_smart_gps_hr_asia",
396
+ 2368: "vivo_move",
397
+ 2379: "varia_taillight",
398
+ 2396: "fr235_asia",
399
+ 2397: "fr235_japan",
400
+ 2398: "varia_vision",
401
+ 2406: "vivo_fit3",
402
+ 2407: "fenix3_korea",
403
+ 2408: "fenix3_sea",
404
+ 2413: "fenix3_hr",
405
+ 2417: "virb_ultra30",
406
+ 2429: "index_smart_scale",
407
+ 2431: "fr235",
408
+ 2432: "fenix3_chronos",
409
+ 2441: "oregon7xx",
410
+ 2444: "rino7xx",
411
+ 2457: "epix_korea",
412
+ 2473: "fenix3_hr_chn",
413
+ 2474: "fenix3_hr_twn",
414
+ 2475: "fenix3_hr_jpn",
415
+ 2476: "fenix3_hr_sea",
416
+ 2477: "fenix3_hr_kor",
417
+ 2496: "nautix",
418
+ 2497: "vivo_active_hr_apac",
419
+ 2503: "fr35",
420
+ 2512: "oregon7xx_ww",
421
+ 2530: "edge820",
422
+ 2531: "edge_explore820",
423
+ 2533: "fr735xt_apac",
424
+ 2534: "fr735xt_japan",
425
+ 2544: "fenix5s",
426
+ 2547: "d2_bravo_titanium",
427
+ 2567: "varia_ut800",
428
+ 2593: "running_dynamics_pod",
429
+ 2599: "edge820_china",
430
+ 2600: "edge820_japan",
431
+ 2604: "fenix5x",
432
+ 2606: "vivo_fit_jr",
433
+ 2622: "vivo_smart3",
434
+ 2623: "vivo_sport",
435
+ 2628: "edge820_taiwan",
436
+ 2629: "edge820_korea",
437
+ 2630: "edge820_sea",
438
+ 2650: "fr35_hebrew",
439
+ 2656: "approach_s60",
440
+ 2667: "fr35_apac",
441
+ 2668: "fr35_japan",
442
+ 2675: "fenix3_chronos_asia",
443
+ 2687: "virb360",
444
+ 2691: "fr935",
445
+ 2697: "fenix5",
446
+ 2700: "vivoactive3",
447
+ 2713: "edge1030",
448
+ 2727: "fr35_sea",
449
+ 2733: "fr235_china_nfc",
450
+ 2769: "foretrex601_701",
451
+ 2772: "vivo_move_hr",
452
+ 2787: "vector3",
453
+ 2796: "fenix5_asia",
454
+ 2797: "fenix5s_asia",
455
+ 2798: "fenix5x_asia",
456
+ 2806: "approach_z80",
457
+ 2814: "fr35_korea",
458
+ 2819: "d2charlie",
459
+ 2831: "vivo_smart3_apac",
460
+ 2832: "vivo_sport_apac",
461
+ 2833: "fr935_asia",
462
+ 2859: "descent",
463
+ 2878: "vivo_fit4",
464
+ 2886: "fr645",
465
+ 2888: "fr645m",
466
+ 2891: "fr30",
467
+ 2900: "fenix5s_plus",
468
+ 2909: "edge130",
469
+ 2924: "edge1030_asia",
470
+ 2927: "vivosmart4",
471
+ 2945: "vivo_move_hr_asia",
472
+ 2962: "approach_x10",
473
+ 2977: "fr30_asia",
474
+ 2988: "vivoactive3m_w",
475
+ 3003: "fr645_asia",
476
+ 3004: "fr645m_asia",
477
+ 3011: "edge_explore",
478
+ 3028: "gpsmap66",
479
+ 3049: "approach_s10",
480
+ 3066: "vivoactive3m_l",
481
+ 3076: "fr245",
482
+ 3077: "fr245_music",
483
+ 3085: "approach_g80",
484
+ 3092: "edge130_asia",
485
+ 3095: "edge1030_bontrager",
486
+ 3110: "fenix5_plus",
487
+ 3111: "fenix5x_plus",
488
+ 3112: "edge520_plus",
489
+ 3113: "fr945",
490
+ 3121: "edge530",
491
+ 3122: "edge830",
492
+ 3126: "instinct_esports",
493
+ 3134: "fenix5s_plus_apac",
494
+ 3135: "fenix5x_plus_apac",
495
+ 3142: "edge520_plus_apac",
496
+ 3143: "descent_t1",
497
+ 3144: "fr235l_asia",
498
+ 3145: "fr245_asia",
499
+ 3163: "vivo_active3m_apac",
500
+ 3192: "gen3_bsm",
501
+ 3193: "gen3_bcm",
502
+ 3218: "vivo_smart4_asia",
503
+ 3224: "vivoactive4_small",
504
+ 3225: "vivoactive4_large",
505
+ 3226: "venu",
506
+ 3246: "marq_driver",
507
+ 3247: "marq_aviator",
508
+ 3248: "marq_captain",
509
+ 3249: "marq_commander",
510
+ 3250: "marq_expedition",
511
+ 3251: "marq_athlete",
512
+ 3258: "descent_mk2",
513
+ 3282: "fr45",
514
+ 3284: "gpsmap66i",
515
+ 3287: "fenix6_s_sport",
516
+ 3288: "fenix6_s",
517
+ 3289: "fenix6_sport",
518
+ 3290: "fenix6",
519
+ 3291: "fenix6x",
520
+ 3299: "hrm_dual",
521
+ 3300: "hrm_pro",
522
+ 3308: "vivo_move3_premium",
523
+ 3314: "approach_s40",
524
+ 3321: "fr245m_asia",
525
+ 3349: "edge530_apac",
526
+ 3350: "edge830_apac",
527
+ 3378: "vivo_move3",
528
+ 3387: "vivo_active4_small_asia",
529
+ 3388: "vivo_active4_large_asia",
530
+ 3389: "vivo_active4_oled_asia",
531
+ 3405: "swim2",
532
+ 3420: "marq_driver_asia",
533
+ 3421: "marq_aviator_asia",
534
+ 3422: "vivo_move3_asia",
535
+ 3441: "fr945_asia",
536
+ 3446: "vivo_active3t_chn",
537
+ 3448: "marq_captain_asia",
538
+ 3449: "marq_commander_asia",
539
+ 3450: "marq_expedition_asia",
540
+ 3451: "marq_athlete_asia",
541
+ 3461: "index_smart_scale2",
542
+ 3466: "instinct_solar",
543
+ 3469: "fr45_asia",
544
+ 3473: "vivoactive3_daimler",
545
+ 3498: "legacy_rey",
546
+ 3499: "legacy_darth_vader",
547
+ 3500: "legacy_captain_marvel",
548
+ 3501: "legacy_first_avenger",
549
+ 3512: "fenix6s_sport_asia",
550
+ 3513: "fenix6s_asia",
551
+ 3514: "fenix6_sport_asia",
552
+ 3515: "fenix6_asia",
553
+ 3516: "fenix6x_asia",
554
+ 3535: "legacy_captain_marvel_asia",
555
+ 3536: "legacy_first_avenger_asia",
556
+ 3537: "legacy_rey_asia",
557
+ 3538: "legacy_darth_vader_asia",
558
+ 3542: "descent_mk2s",
559
+ 3558: "edge130_plus",
560
+ 3570: "edge1030_plus",
561
+ 3578: "rally200",
562
+ 3589: "fr745",
563
+ 3596: "venusq_music",
564
+ 3599: "venusq_music_v2",
565
+ 3600: "venusq",
566
+ 3615: "lily",
567
+ 3624: "marq_adventurer",
568
+ 3638: "enduro",
569
+ 3639: "swim2_apac",
570
+ 3648: "marq_adventurer_asia",
571
+ 3652: "fr945_lte",
572
+ 3702: "descent_mk2_asia",
573
+ 3703: "venu2",
574
+ 3704: "venu2s",
575
+ 3737: "venu_daimler_asia",
576
+ 3739: "marq_golfer",
577
+ 3740: "venu_daimler",
578
+ 3794: "fr745_asia",
579
+ 3808: "varia_rct715",
580
+ 3809: "lily_asia",
581
+ 3812: "edge1030_plus_asia",
582
+ 3813: "edge130_plus_asia",
583
+ 3823: "approach_s12",
584
+ 3837: "venusq_asia",
585
+ 3843: "edge1040",
586
+ 3850: "marq_golfer_asia",
587
+ 3851: "venu2_plus",
588
+ 3865: "gnss",
589
+ 3869: "fr55",
590
+ 3872: "enduro_asia",
591
+ 3888: "instinct2",
592
+ 3889: "instinct2s",
593
+ 3905: "fenix7s",
594
+ 3906: "fenix7",
595
+ 3907: "fenix7x",
596
+ 3908: "fenix7s_apac",
597
+ 3909: "fenix7_apac",
598
+ 3910: "fenix7x_apac",
599
+ 3927: "approach_g12",
600
+ 3930: "descent_mk2s_asia",
601
+ 3934: "approach_s42",
602
+ 3943: "epix_gen2",
603
+ 3944: "epix_gen2_apac",
604
+ 3949: "venu2s_asia",
605
+ 3950: "venu2_asia",
606
+ 3978: "fr945_lte_asia",
607
+ 3982: "vivo_move_sport",
608
+ 3983: "vivomove_trend",
609
+ 3986: "approach_s12_asia",
610
+ 3990: "fr255_music",
611
+ 3991: "fr255_small_music",
612
+ 3992: "fr255",
613
+ 3993: "fr255_small",
614
+ 4001: "approach_g12_asia",
615
+ 4002: "approach_s42_asia",
616
+ 4005: "descent_g1",
617
+ 4017: "venu2_plus_asia",
618
+ 4024: "fr955",
619
+ 4033: "fr55_asia",
620
+ 4061: "edge540",
621
+ 4062: "edge840",
622
+ 4063: "vivosmart5",
623
+ 4071: "instinct2_asia",
624
+ 4105: "marq_gen2",
625
+ 4115: "venusq2",
626
+ 4116: "venusq2music",
627
+ 4124: "marq_gen2_aviator",
628
+ 4125: "d2_air_x10",
629
+ 4130: "hrm_pro_plus",
630
+ 4132: "descent_g1_asia",
631
+ 4135: "tactix7",
632
+ 4155: "instinct_crossover",
633
+ 4169: "edge_explore2",
634
+ 4222: "descent_mk3",
635
+ 4223: "descent_mk3i",
636
+ 4233: "approach_s70",
637
+ 4257: "fr265_large",
638
+ 4258: "fr265_small",
639
+ 4260: "venu3",
640
+ 4261: "venu3s",
641
+ 4265: "tacx_neo_smart",
642
+ 4266: "tacx_neo2_smart",
643
+ 4267: "tacx_neo2_t_smart",
644
+ 4268: "tacx_neo_smart_bike",
645
+ 4269: "tacx_satori_smart",
646
+ 4270: "tacx_flow_smart",
647
+ 4271: "tacx_vortex_smart",
648
+ 4272: "tacx_bushido_smart",
649
+ 4273: "tacx_genius_smart",
650
+ 4274: "tacx_flux_flux_s_smart",
651
+ 4275: "tacx_flux2_smart",
652
+ 4276: "tacx_magnum",
653
+ 4305: "edge1040_asia",
654
+ 4312: "epix_gen2_pro42",
655
+ 4313: "epix_gen2_pro47",
656
+ 4314: "epix_gen2_pro51",
657
+ 4315: "fr965",
658
+ 4341: "enduro2",
659
+ 4374: "fenix7s_pro_solar",
660
+ 4375: "fenix7_pro_solar",
661
+ 4376: "fenix7x_pro_solar",
662
+ 4380: "lily2",
663
+ 4394: "instinct2x",
664
+ 4426: "vivoactive5",
665
+ 4432: "fr165",
666
+ 4433: "fr165_music",
667
+ 4440: "edge1050",
668
+ 4442: "descent_t2",
669
+ 4446: "hrm_fit",
670
+ 4472: "marq_gen2_commander",
671
+ 4477: "lily_athlete",
672
+ 4525: "rally_x10",
673
+ 4532: "fenix8_solar",
674
+ 4533: "fenix8_solar_large",
675
+ 4534: "fenix8_small",
676
+ 4536: "fenix8",
677
+ 4556: "d2_mach1_pro",
678
+ 4575: "enduro3",
679
+ 4583: "instinct_e40mm",
680
+ 4584: "instinct_e45mm",
681
+ 4585: "instinct3_solar45mm",
682
+ 4586: "instinct3_amoled45mm",
683
+ 4587: "instinct3_amoled50mm",
684
+ 4588: "descent_g2",
685
+ 4603: "venu_x1",
686
+ 4606: "hrm200",
687
+ 4625: "vivoactive6",
688
+ 4631: "fenix8_pro",
689
+ 4633: "edge550",
690
+ 4634: "edge850",
691
+ 4643: "venu4",
692
+ 4644: "venu4s",
693
+ 4647: "approach_s44",
694
+ 4655: "edge_mtb",
695
+ 4656: "approach_s50",
696
+ 4666: "fenix_e",
697
+ 4678: "instinct_crossover_amoled",
698
+ 4745: "bounce2",
699
+ 4759: "instinct3_solar50mm",
700
+ 4775: "tactix8_amoled",
701
+ 4776: "tactix8_solar",
702
+ 4879: "d2_mach2",
703
+ 4944: "d2_air_x15",
704
+ 10007: "sdm4",
705
+ 10014: "edge_remote",
706
+ 20119: "training_center",
707
+ 20533: "tacx_training_app_win",
708
+ 20534: "tacx_training_app_mac",
709
+ 20565: "tacx_training_app_mac_catalyst",
710
+ 30045: "tacx_training_app_android",
711
+ 30046: "tacx_training_app_ios",
712
+ 30047: "tacx_training_app_legacy",
713
+ 65531: "connectiq_simulator",
714
+ 65532: "android_antplus_plugin",
715
+ 65534: "connect",
706
716
  };
707
717
  exports.GarminSports = {
708
- 0: 'generic',
709
- 1: 'running',
710
- 2: 'cycling',
711
- 3: 'transition',
712
- 4: 'fitness_equipment',
713
- 5: 'swimming',
714
- 6: 'basketball',
715
- 7: 'soccer',
716
- 8: 'tennis',
717
- 9: 'american_football',
718
- 10: 'training',
719
- 11: 'walking',
720
- 12: 'cross_country_skiing',
721
- 13: 'alpine_skiing',
722
- 14: 'snowboarding',
723
- 15: 'rowing',
724
- 16: 'mountaineering',
725
- 17: 'hiking',
726
- 18: 'multisport',
727
- 19: 'paddling',
728
- 20: 'flying',
729
- 21: 'e_biking',
730
- 22: 'motorcycling',
731
- 23: 'boating',
732
- 24: 'driving',
733
- 25: 'golf',
734
- 26: 'hang_gliding',
735
- 27: 'horseback_riding',
736
- 28: 'hunting',
737
- 29: 'fishing',
738
- 30: 'inline_skating',
739
- 31: 'rock_climbing',
740
- 32: 'sailing',
741
- 33: 'ice_skating',
742
- 34: 'sky_diving',
743
- 35: 'snowshoeing',
744
- 36: 'snowmobiling',
745
- 37: 'stand_up_paddleboarding',
746
- 38: 'surfing',
747
- 39: 'wakeboarding',
748
- 40: 'water_skiing',
749
- 41: 'kayaking',
750
- 42: 'rafting',
751
- 43: 'windsurfing',
752
- 44: 'kitesurfing',
753
- 45: 'tactical',
754
- 46: 'jumpmaster',
755
- 47: 'boxing',
756
- 48: 'floor_climbing',
757
- 49: 'baseball',
758
- 53: 'diving',
759
- 62: 'hiit',
760
- 64: 'racket',
761
- 65: 'wheelchair_push_walk',
762
- 66: 'wheelchair_push_run',
763
- 67: 'meditation',
764
- 69: 'disc_golf',
765
- 71: 'cricket',
766
- 72: 'rugby',
767
- 73: 'hockey',
768
- 74: 'lacrosse',
769
- 75: 'volleyball',
770
- 76: 'water_tubing',
771
- 77: 'wakesurfing',
772
- 80: 'mixed_martial_arts',
773
- 82: 'snorkeling',
774
- 83: 'dance',
775
- 84: 'jump_rope',
776
- 254: 'all'
718
+ 0: "generic",
719
+ 1: "running",
720
+ 2: "cycling",
721
+ 3: "transition",
722
+ 4: "fitness_equipment",
723
+ 5: "swimming",
724
+ 6: "basketball",
725
+ 7: "soccer",
726
+ 8: "tennis",
727
+ 9: "american_football",
728
+ 10: "training",
729
+ 11: "walking",
730
+ 12: "cross_country_skiing",
731
+ 13: "alpine_skiing",
732
+ 14: "snowboarding",
733
+ 15: "rowing",
734
+ 16: "mountaineering",
735
+ 17: "hiking",
736
+ 18: "multisport",
737
+ 19: "paddling",
738
+ 20: "flying",
739
+ 21: "e_biking",
740
+ 22: "motorcycling",
741
+ 23: "boating",
742
+ 24: "driving",
743
+ 25: "golf",
744
+ 26: "hang_gliding",
745
+ 27: "horseback_riding",
746
+ 28: "hunting",
747
+ 29: "fishing",
748
+ 30: "inline_skating",
749
+ 31: "rock_climbing",
750
+ 32: "sailing",
751
+ 33: "ice_skating",
752
+ 34: "sky_diving",
753
+ 35: "snowshoeing",
754
+ 36: "snowmobiling",
755
+ 37: "stand_up_paddleboarding",
756
+ 38: "surfing",
757
+ 39: "wakeboarding",
758
+ 40: "water_skiing",
759
+ 41: "kayaking",
760
+ 42: "rafting",
761
+ 43: "windsurfing",
762
+ 44: "kitesurfing",
763
+ 45: "tactical",
764
+ 46: "jumpmaster",
765
+ 47: "boxing",
766
+ 48: "floor_climbing",
767
+ 49: "baseball",
768
+ 53: "diving",
769
+ 62: "hiit",
770
+ 64: "racket",
771
+ 65: "wheelchair_push_walk",
772
+ 66: "wheelchair_push_run",
773
+ 67: "meditation",
774
+ 69: "disc_golf",
775
+ 71: "cricket",
776
+ 72: "rugby",
777
+ 73: "hockey",
778
+ 74: "lacrosse",
779
+ 75: "volleyball",
780
+ 76: "water_tubing",
781
+ 77: "wakesurfing",
782
+ 80: "mixed_martial_arts",
783
+ 82: "snorkeling",
784
+ 83: "dance",
785
+ 84: "jump_rope",
786
+ 254: "all",
777
787
  };
778
788
  exports.GarminSubSports = {
779
- 0: 'generic',
780
- 1: 'treadmill',
781
- 2: 'street',
782
- 3: 'trail',
783
- 4: 'track',
784
- 5: 'spin',
785
- 6: 'indoor_cycling',
786
- 7: 'road',
787
- 8: 'mountain',
788
- 9: 'downhill',
789
- 10: 'recumbent',
790
- 11: 'cyclocross',
791
- 12: 'hand_cycling',
792
- 13: 'track_cycling',
793
- 14: 'indoor_rowing',
794
- 15: 'elliptical',
795
- 16: 'stair_climbing',
796
- 17: 'lap_swimming',
797
- 18: 'open_water',
798
- 19: 'flexibility_training',
799
- 20: 'strength_training',
800
- 21: 'warm_up',
801
- 22: 'match',
802
- 23: 'exercise',
803
- 24: 'challenge',
804
- 25: 'indoor_skiing',
805
- 26: 'cardio_training',
806
- 27: 'indoor_walking',
807
- 28: 'e_bike_fitness',
808
- 29: 'bmx',
809
- 30: 'casual_walking',
810
- 31: 'speed_walking',
811
- 32: 'bike_to_run_transition',
812
- 33: 'run_to_bike_transition',
813
- 34: 'swim_to_bike_transition',
814
- 35: 'atv',
815
- 36: 'motocross',
816
- 37: 'backcountry',
817
- 38: 'resort',
818
- 39: 'rc_drone',
819
- 40: 'wingsuit',
820
- 41: 'whitewater',
821
- 42: 'skate_skiing',
822
- 43: 'yoga',
823
- 44: 'pilates',
824
- 45: 'indoor_running',
825
- 46: 'gravel_cycling',
826
- 47: 'e_bike_mountain',
827
- 48: 'commuting',
828
- 49: 'mixed_surface',
829
- 50: 'navigate',
830
- 51: 'track_me',
831
- 52: 'map',
832
- 53: 'single_gas_diving',
833
- 54: 'multi_gas_diving',
834
- 55: 'gauge_diving',
835
- 56: 'apnea_diving',
836
- 57: 'apnea_hunting',
837
- 58: 'virtual_activity',
838
- 59: 'obstacle',
839
- 62: 'breathing',
840
- 65: 'sail_race',
841
- 67: 'ultra',
842
- 68: 'indoor_climbing',
843
- 69: 'bouldering',
844
- 70: 'hiit',
845
- 73: 'amrap',
846
- 74: 'emom',
847
- 75: 'tabata',
848
- 84: 'pickleball',
849
- 85: 'padel',
850
- 86: 'indoor_wheelchair_walk',
851
- 87: 'indoor_wheelchair_run',
852
- 88: 'indoor_hand_cycling',
853
- 94: 'squash',
854
- 95: 'badminton',
855
- 96: 'racquetball',
856
- 97: 'table_tennis',
857
- 110: 'fly_canopy',
858
- 111: 'fly_paraglide',
859
- 112: 'fly_paramotor',
860
- 113: 'fly_pressurized',
861
- 114: 'fly_navigate',
862
- 115: 'fly_timer',
863
- 116: 'fly_altimeter',
864
- 117: 'fly_wx',
865
- 118: 'fly_vfr',
866
- 119: 'fly_ifr',
867
- 254: 'all'
789
+ 0: "generic",
790
+ 1: "treadmill",
791
+ 2: "street",
792
+ 3: "trail",
793
+ 4: "track",
794
+ 5: "spin",
795
+ 6: "indoor_cycling",
796
+ 7: "road",
797
+ 8: "mountain",
798
+ 9: "downhill",
799
+ 10: "recumbent",
800
+ 11: "cyclocross",
801
+ 12: "hand_cycling",
802
+ 13: "track_cycling",
803
+ 14: "indoor_rowing",
804
+ 15: "elliptical",
805
+ 16: "stair_climbing",
806
+ 17: "lap_swimming",
807
+ 18: "open_water",
808
+ 19: "flexibility_training",
809
+ 20: "strength_training",
810
+ 21: "warm_up",
811
+ 22: "match",
812
+ 23: "exercise",
813
+ 24: "challenge",
814
+ 25: "indoor_skiing",
815
+ 26: "cardio_training",
816
+ 27: "indoor_walking",
817
+ 28: "e_bike_fitness",
818
+ 29: "bmx",
819
+ 30: "casual_walking",
820
+ 31: "speed_walking",
821
+ 32: "bike_to_run_transition",
822
+ 33: "run_to_bike_transition",
823
+ 34: "swim_to_bike_transition",
824
+ 35: "atv",
825
+ 36: "motocross",
826
+ 37: "backcountry",
827
+ 38: "resort",
828
+ 39: "rc_drone",
829
+ 40: "wingsuit",
830
+ 41: "whitewater",
831
+ 42: "skate_skiing",
832
+ 43: "yoga",
833
+ 44: "pilates",
834
+ 45: "indoor_running",
835
+ 46: "gravel_cycling",
836
+ 47: "e_bike_mountain",
837
+ 48: "commuting",
838
+ 49: "mixed_surface",
839
+ 50: "navigate",
840
+ 51: "track_me",
841
+ 52: "map",
842
+ 53: "single_gas_diving",
843
+ 54: "multi_gas_diving",
844
+ 55: "gauge_diving",
845
+ 56: "apnea_diving",
846
+ 57: "apnea_hunting",
847
+ 58: "virtual_activity",
848
+ 59: "obstacle",
849
+ 62: "breathing",
850
+ 65: "sail_race",
851
+ 67: "ultra",
852
+ 68: "indoor_climbing",
853
+ 69: "bouldering",
854
+ 70: "hiit",
855
+ 73: "amrap",
856
+ 74: "emom",
857
+ 75: "tabata",
858
+ 84: "pickleball",
859
+ 85: "padel",
860
+ 86: "indoor_wheelchair_walk",
861
+ 87: "indoor_wheelchair_run",
862
+ 88: "indoor_hand_cycling",
863
+ 94: "squash",
864
+ 95: "badminton",
865
+ 96: "racquetball",
866
+ 97: "table_tennis",
867
+ 110: "fly_canopy",
868
+ 111: "fly_paraglide",
869
+ 112: "fly_paramotor",
870
+ 113: "fly_pressurized",
871
+ 114: "fly_navigate",
872
+ 115: "fly_timer",
873
+ 116: "fly_altimeter",
874
+ 117: "fly_wx",
875
+ 118: "fly_vfr",
876
+ 119: "fly_ifr",
877
+ 153: "mountain_enduro",
878
+ 154: "mountain_downhill",
879
+ 254: "all",
868
880
  };