php-fit-file-analysis
php-fit-file-analysis copied to clipboard
Missing Data from Garmin FIT File - strengh_training
trafficstars
In fit files of for example strength trainings the info of the exercise, weight and reps are "stored" in setMesgs. For now it seems php-fit-file-analysis drops this. Is it possible to add them to the output?
data example: "setMesgs": [ { "timestamp": "2024-07-02T14:57:01.000Z", "duration": 33.513, "startTime": "2024-07-02T14:56:14.000Z", "repetitions": 8, "weight": 70, "category": [ "benchPress", "benchPress", "benchPress" ], "categorySubtype": [ 22, 22, 22 ], "weightDisplayUnit": "kilogram", "messageIndex": 0, "wktStepIndex": 0, "setType": "active" }, { "timestamp": "2024-07-02T14:57:01.000Z", "duration": 8.83, "startTime": "2024-07-02T14:56:47.000Z", "messageIndex": 1, "setType": "rest" } ],