|
@@ -100,24 +100,24 @@ enum DeterminationGenerator {
|
|
|
sensitivityRatio: nil,
|
|
sensitivityRatio: nil,
|
|
|
rate: 0,
|
|
rate: 0,
|
|
|
duration: 0,
|
|
duration: 0,
|
|
|
- iob: iobData.first?.iob,
|
|
|
|
|
|
|
+ iob: nil,
|
|
|
cob: nil,
|
|
cob: nil,
|
|
|
predictions: nil,
|
|
predictions: nil,
|
|
|
deliverAt: currentTime,
|
|
deliverAt: currentTime,
|
|
|
carbsReq: nil,
|
|
carbsReq: nil,
|
|
|
temp: .absolute,
|
|
temp: .absolute,
|
|
|
- bg: glucoseStatus.glucose,
|
|
|
|
|
|
|
+ bg: nil,
|
|
|
reservoir: nil,
|
|
reservoir: nil,
|
|
|
- isf: profile.sens,
|
|
|
|
|
- timestamp: currentTime,
|
|
|
|
|
|
|
+ isf: nil,
|
|
|
|
|
+ timestamp: nil,
|
|
|
tdd: nil,
|
|
tdd: nil,
|
|
|
- current_target: profile.targetBg,
|
|
|
|
|
|
|
+ current_target: nil,
|
|
|
minDelta: nil,
|
|
minDelta: nil,
|
|
|
expectedDelta: nil,
|
|
expectedDelta: nil,
|
|
|
minGuardBG: nil,
|
|
minGuardBG: nil,
|
|
|
minPredBG: nil,
|
|
minPredBG: nil,
|
|
|
threshold: nil,
|
|
threshold: nil,
|
|
|
- carbRatio: profile.carbRatio,
|
|
|
|
|
|
|
+ carbRatio: nil,
|
|
|
received: false
|
|
received: false
|
|
|
)
|
|
)
|
|
|
}
|
|
}
|