11-21-2019 01:19
11-21-2019 01:19
Hi, I'm trying to figure out how to get the data of avg HRM of the past week/month from user-activity.
Can't find much on the API documentation or in the forum.
Do you have some ideas?
12-03-2019 05:21
12-03-2019 05:21
How and where do you want it displayed?
If you want to display it on the watch it looks like you just need to have it run in the background and collect the data itself and then average it that way.
Another possible way is the Web API which will get you that information but you need to go through extra steps.