Hi everyone,
i am trying to program a triathlon app for my new vivoactive watch.
I think it should work as far as i want but there is one issue i can not solve right now:
If the watch saves the sessions, this only works fine for bike and run action. For the swim action there is always the icon missing (i mean the icon in the lower right corner of the display if you look at the saved data)
I create the sessions for triathlon with the parameters for ":sport=>" and ":subsport=>":
SPORT_SWIMMING = 5
SUB_SPORT_LAP_SWIMMING = 17
SPORT_CYCLING = 2
SUB_SPORT_ROAD = 7
SPORT_RUNNING = 1
SUB_SPORT_STREET = 2
It works with cycling and running but not with swimming and i don't know why??
All other data is displayed correctly.