We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 169b429 + 0a19eff commit b944488Copy full SHA for b944488
Loop/Managers/LoopDataManager.swift
@@ -994,6 +994,7 @@ extension LoopDataManager {
994
995
let tempBasal = predictedGlucose.recommendedTempBasal(
996
to: glucoseTargetRange,
997
+ at: predictedGlucose[0].startDate,
998
suspendThreshold: settings.suspendThreshold?.quantity,
999
sensitivity: insulinSensitivity,
1000
model: model,
@@ -1020,6 +1021,7 @@ extension LoopDataManager {
1020
1021
1022
let recommendation = predictedGlucose.recommendedBolus(
1023
1024
1025
1026
1027
0 commit comments