Would be nice to have Glucose values in treatments too. I know it's in the graph, but sometimes for evaluation it would be better to have list instead tapping each single dot in graph. And together with MBG values it would be a big improvement for remote control (e.g. nurse added values for parents to understand treatment decisions).
Maybe I am wrong, entries with type="mbg" pass the query filter, but decoded into the same sgv int field, lands in the sgv field, and get into the graph, but not as a visually distinct "manual reading" like xDrip does. It would be nice to have a separate marker and kept out of CGM stats for such type="mbg" entries.
PS: I mean this type of entries:
https://github.com/NightscoutFoundation/xDrip/blob/master/app/src/main/java/com/eveningoutpost/dexdrip/utilitymodels/NightscoutUploader.java#L720
Would be nice to have Glucose values in treatments too. I know it's in the graph, but sometimes for evaluation it would be better to have list instead tapping each single dot in graph. And together with MBG values it would be a big improvement for remote control (e.g. nurse added values for parents to understand treatment decisions).
Maybe I am wrong, entries with type="mbg" pass the query filter, but decoded into the same sgv int field, lands in the sgv field, and get into the graph, but not as a visually distinct "manual reading" like xDrip does. It would be nice to have a separate marker and kept out of CGM stats for such type="mbg" entries.
PS: I mean this type of entries:
https://github.com/NightscoutFoundation/xDrip/blob/master/app/src/main/java/com/eveningoutpost/dexdrip/utilitymodels/NightscoutUploader.java#L720