Define lowest non-zero basal rate as minimum basal rate for the Combo.
This commit is contained in:
parent
4f46fc27ad
commit
d081345da2
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ public class ComboPlugin implements PluginBase, PumpInterface, ConstraintsInterf
|
|||
|
||||
pumpDescription.isSetBasalProfileCapable = true;
|
||||
pumpDescription.basalStep = 0.01d;
|
||||
pumpDescription.basalMinimumRate = 0.0d;
|
||||
pumpDescription.basalMinimumRate = 0.05d;
|
||||
|
||||
pumpDescription.isRefillingCapable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue