I am writing a custom app for my indoor bike which is BLE FTMS based.
So far, I have managed to connect to it and am able to both retrieve all data, control resistance etc.
As a next step, I would like to be able to
- define workouts in Garmin Connect and sync to my Fenix6,
- choose workout from within the custom app and then execute it step by step
- store the resulting workout in a fit file which is accepted as a bike workout. (not tried this yet but seems doable)
From what I can tell in the API, there are methods for listing workouts but I cannot see an API for actually selecting/starting them?
I guess I could hard code some workouts in the app, but I would much rather have the workouts accessable in the same manner as they are from other apps.
Or is there a way of adding the workout selection menu screens (as available in other apps) to my custom app maybe?
Not sure where to look. Any pointers greatly appreciated.
/Ola