Hi Ben FIT
Correct me if I am wrong, but it seems to me the fenix 6 series have the wrong names in the fit sdks.
https://github.com/garmin/fit-javascript-sdk/blob/main/src/profile.js#L24921-L24925
My belief is that the "Sport" is the regular fenix 6, and what appears to be the regular fenix 6 in the sdk should be the Pro.
I have confirmed this with a fit file from my own fenix 6 Pro.
| SDK | Reality | Notes |
| 3287: "fenix6SSport" | fenix6S | |
| 3288: "fenix6S" | fenix6SPro | |
| 3289: "fenix6Sport" | fenix6 | |
| 3290: "fenix6" | fenix6Pro | |
| 3291: "fenix6x" | fenix6XPro | Based on naming convention of "S" in fenix6S, "x" should be uppercase "X" |
Same most likely applies for the Asia versions too:
https://github.com/garmin/fit-javascript-sdk/blob/main/src/profile.js#L24955-L24959