Allow prime/fill

This commit is contained in:
AdrianLxM 2017-07-23 00:24:27 +00:00
parent 27187b5e75
commit 5e1e48be0a

View file

@ -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() {