I have heartrate data from indoor cycling sessions ( no gps data ) and I want my app to be able to upload the session once it's finished to strava.
I have been able to create an activity with only the average heartrate, but i have not been able to do so with accurate data for each moment to be able to view a heartrate graph.
My data would is something like this but i can change the time to date: ( same for power )
[{ hrp: 50, time: 0 }, { hrp: 55, time: 10 }, ....]