I was wondering if I can access the users functional threshold settings from a Garmin device settings. I know it is stored on the 920xt since the fit files created has it as a field in the session message. I'm creating a widget that graphs power on a zone colored graph. I currently have the my zones hard coded into the program, but I want to be able to configure the zones using the users FTP. Thanks in advance.
There is no access to that data. There have been several requests for user profile data like this (specifically heart rate zones), but it hasn't been added yet.
Currently, the best workaround is to use app settings. The app settings allow the user to configure the data field via Garmin Connect Mobile or Garmin Express. The disadvantage of this is that they need to manually keep the setting for your app in sync with the setting in Garmin Connect for everything to
If you want to see how to do it, you can look to the programmer's guide and in the ObjectStore sample program included with the SDK.
When an SDK comes out that supports it, I'm sure it will be noted in the SDK release notes.
But, it might not just be the SDK that needs an update, as it probably will require a change to the CIQ VM on the devices themselves, which might happen later.