jimmykane / fit-parser

Parse your FIT files easily, directly from JS (Garmin, Polar, Suunto)
Other
92 stars 33 forks source link

Missing Lap intensity values #38

Closed michal-grzelak closed 2 months ago

michal-grzelak commented 2 months ago

Currently intensity field in laps is mapped to 4 values: active, rest, warmup and cooldown. There are another 3 values (source): image

Currently those values are parsed to undefined.

I prepared a PR https://github.com/jimmykane/fit-parser/pull/39.