Update ComboPlugin for updated ContstraintsInterface.
This commit is contained in:
parent
8fb8182f4f
commit
1617d6698d
|
@ -1109,6 +1109,11 @@ public class ComboPlugin implements PluginBase, PumpInterface, ConstraintsInterf
|
|||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isSMBModeEnabled() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Double applyBasalConstraints(Double absoluteRate) {
|
||||
return absoluteRate;
|
||||
|
|
Loading…
Reference in a new issue