According to the docs the getHeartRateZones method retrive an array of the current heart rate zone threshold values in beats per minute (bpm).
It then further describes the content of the array but for the last element [5] the description is a bit misleading to me:
* max zone 5 - The maximum heart rate threshold for zone 5
From this statement I understand that this value is equal to the users maximum configured HR since zone 5 is the highest I would assume the max threshold of that zone will be the equivalent of the user's maximum HR.
Am I correct in my interpretation?
I'm trying to find a way to get the user configured max HR value. The API provides a method to get the resting HR value from the user profile but I couldn't find anything for the max HR.
Thanks.