Closed michal-grzelak closed 2 months ago
Currently intensity field in laps is mapped to 4 values: active, rest, warmup and cooldown. There are another 3 values (source):
intensity
active
rest
warmup
cooldown
Currently those values are parsed to undefined.
undefined
I prepared a PR https://github.com/jimmykane/fit-parser/pull/39.
Currently
intensity
field in laps is mapped to 4 values:active
,rest
,warmup
andcooldown
. There are another 3 values (source):Currently those values are parsed to
undefined
.I prepared a PR https://github.com/jimmykane/fit-parser/pull/39.