AbstractDanaRPlugin

This commit is contained in:
Milos Kozak 2020-03-18 23:10:15 +01:00
parent c283531348
commit a895c8f53a

View file

@ -52,7 +52,7 @@ public abstract class AbstractDanaRPlugin extends PumpPluginBase implements Pump
protected boolean useExtendedBoluses = false;
public PumpDescription pumpDescription = new PumpDescription();
protected PumpDescription pumpDescription = new PumpDescription();
protected DanaRPump danaRPump;
protected ConstraintChecker constraintChecker;
protected RxBusWrapper rxBus;