Garmin sgv.json: add iob, cob and tbr

This commit is contained in:
swissalpine 2023-11-26 12:32:00 +01:00 committed by GitHub
parent d20beee891
commit e29d8f59f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
}