Hello,
I am trying to read the resting heartrate of the day for the last 7 days, i.e. the resting hertrate of yesterday, the day before, etc.
I tried so far with "ActivityMonitor.getHeartRateHistory(null, true);". However, I only seem to get today. Does anyone have experience with this and can give me a tip? That would be really great.
Here is the code of my function:
----------------------------------------------------------