Fix: Insight capabilities; fix reference to basal/bolus.
This commit is contained in:
parent
9c8f99b331
commit
18e19ae4c9
|
@ -89,7 +89,7 @@ enum class PumpType {
|
|||
baseBasalMinValue = 0.02,
|
||||
baseBasalMaxValue = null,
|
||||
baseBasalStep = 0.01,
|
||||
baseBasalSpecialSteps = DoseStepSize.InsightBolus,
|
||||
baseBasalSpecialSteps = DoseStepSize.InsightBasal,
|
||||
pumpCapability = PumpCapability.InsightCapabilities),
|
||||
ACCU_CHEK_SOLO(description = "Accu-Chek Solo",
|
||||
manufacturer = ManufacturerType.Roche,
|
||||
|
|
Loading…
Reference in a new issue