Fix: Insight capabilities; fix reference to basal/bolus.

This commit is contained in:
Johannes Mockenhaupt 2021-04-29 14:47:08 +02:00
parent 9c8f99b331
commit 18e19ae4c9
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -89,7 +89,7 @@ enum class PumpType {
baseBasalMinValue = 0.02, baseBasalMinValue = 0.02,
baseBasalMaxValue = null, baseBasalMaxValue = null,
baseBasalStep = 0.01, baseBasalStep = 0.01,
baseBasalSpecialSteps = DoseStepSize.InsightBolus, baseBasalSpecialSteps = DoseStepSize.InsightBasal,
pumpCapability = PumpCapability.InsightCapabilities), pumpCapability = PumpCapability.InsightCapabilities),
ACCU_CHEK_SOLO(description = "Accu-Chek Solo", ACCU_CHEK_SOLO(description = "Accu-Chek Solo",
manufacturer = ManufacturerType.Roche, manufacturer = ManufacturerType.Roche,