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