- fixing the problem with minimal bolus that can be used for Medtronic Pumps.
This commit is contained in:
parent
0bdaa17082
commit
b1486c5ed6
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue