- fixing the problem with minimal bolus that can be used for Medtronic Pumps.

This commit is contained in:
Andy Rozman 2019-08-18 09:16:16 +01:00
parent 0bdaa17082
commit b1486c5ed6

View file

@ -182,6 +182,7 @@ public class MedtronicPumpStatus extends PumpStatus {
} else {
this.pumpType = medtronicPumpMap.get(pumpTypePart);
this.medtronicDeviceType = medtronicDeviceTypeMap.get(pumpTypePart);
this.pumpDescription.setPumpDescription(this.pumpType);
if (pumpTypePart.startsWith("7"))
this.reservoirFullUnits = 300;