Open om1234ww opened 2 months ago
Hey!
First of all, you are casting the result to any which is not ideal. Remove any to get the inferred types.
Secondly, HeartRate
is a separate entity. There is heart rate data inside ExerciseSession
.
@matinzd How do I retrieve heart rate data within an ExerciseSession?
I don't know what you mean. But maybe you can check start and the end time of the exercise session and then match it with heart rate data. They are not aggregated together AFAIK. Please investigate this yourself.
@matinzd
I want to get heart rate data using the ExerciseSession method, like this: