You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
The text was updated successfully, but these errors were encountered: