UNPKG

@sports-alliance/sports-lib

Version:

A Library to for importing / exporting and processing GPX, TCX, FIT and JSON files from services such as Strava, Movescount, Garmin, Polar etc

11 lines (10 loc) 301 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ImporterFitSrmDeviceNames = void 0; const POWER_CONTROL = 'PC'; exports.ImporterFitSrmDeviceNames = { 5: POWER_CONTROL + '5', 6: POWER_CONTROL + '6', 7: POWER_CONTROL + '7', 8: POWER_CONTROL + '8' };