Hello,
I'm trying to integrate FIT support to my application. Basically I need to support everything "Fitness" related, namely workouts & profiles. I have the workouts which are well documented so everything went fine there.
However, there are some things lacking in the SDK. I cannot, for instance, schedule workouts. I see absolutely no reference to workout scheduling in the SDK. When reading a workout, I can see a field wih id 7 (UInt16) that is undocumented, could this be it?
Also, the user profiles and bike profiles are completely undocumented apart from message id in the source code. I have no idea where I should put speed/HR and power zones. Should they go in a settings file or in a sport file? What field are required?
Maybe I'm missing something?
Thanks