I want to display the Di2 battery level in my application, it is displayed in my Garmin Edge 1030 and is from the Di2 D-Fly.
I found this field com.garmin.fit.ExdDescriptors.DI2_BATTERY_LEVEL which may contain the value which I'm looking for.
This field is available in the message listener public ExdDescriptors com.garmin.fit.ExdDataConceptConfigurationMesg.getDescriptor() which is called from this message com.garmin.fit.MesgNum.EXD_DATA_CONCEPT_CONFIGURATION = 202, however in my .fit files I cannot see this message number 202.
Is there any other possibility to get the Di2 battery level from a .fit file or is is just not written into this file?