Allow prime/fill
This commit is contained in:
parent
27187b5e75
commit
5e1e48be0a
|
@ -111,7 +111,7 @@ public class ComboPlugin implements PluginBase, PumpInterface {
|
||||||
pumpDescription.basalStep = 0.01d;
|
pumpDescription.basalStep = 0.01d;
|
||||||
pumpDescription.basalMinimumRate = 0.0d;
|
pumpDescription.basalMinimumRate = 0.0d;
|
||||||
|
|
||||||
pumpDescription.isRefillingCapable = false;
|
pumpDescription.isRefillingCapable = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void startAlerter() {
|
private void startAlerter() {
|
||||||
|
|
Loading…
Reference in a new issue