Garmin sgv.json: add iob, cob and tbr
This commit is contained in:
parent
d20beee891
commit
e29d8f59f9
|
@ -327,6 +327,9 @@ class GarminPlugin @Inject constructor(
|
|||
GlucoseUnit.MGDL -> jo.addProperty("units_hint", "mgdl")
|
||||
GlucoseUnit.MMOL -> jo.addProperty("units_hint", "mmol")
|
||||
}
|
||||
jo.addProperty("iob", loopHub.insulinTotalOnboard)
|
||||
jo.addProperty("tbr", loopHub.temporaryBasalPercent)
|
||||
jo.addProperty("cob", loopHub.carbsOnboard)
|
||||
}
|
||||
joa.add(jo)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue