Merge branch 'combo-primefill' into 'combo'

Allow prime/fill

See merge request !1
This commit is contained in:
Johannes Mockenhaupt 2017-07-23 02:49:03 +00:00
commit cd22c0d351

View file

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