php-fit-file-analysis icon indicating copy to clipboard operation
php-fit-file-analysis copied to clipboard

Missing Data from Garmin FIT File - strengh_training

Open unbroken360 opened this issue 1 year ago • 0 comments
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" } ],

unbroken360 avatar Jul 03 '24 09:07 unbroken360