|
|
@@ -132,6 +132,7 @@ struct Ins: JSON, Equatable {
|
|
|
let bolus: Decimal?
|
|
|
let temp_basal: Decimal?
|
|
|
let scheduled_basal: Decimal?
|
|
|
+ let total_average: Decimal?
|
|
|
}
|
|
|
|
|
|
struct Variance: JSON, Equatable {
|
|
|
@@ -187,6 +188,7 @@ extension Ins {
|
|
|
case bolus
|
|
|
case temp_basal
|
|
|
case scheduled_basal
|
|
|
+ case total_average
|
|
|
}
|
|
|
}
|
|
|
|