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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean isSMBModeEnabled() {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Double applyBasalConstraints(Double absoluteRate) {
|
public Double applyBasalConstraints(Double absoluteRate) {
|
||||||
return absoluteRate;
|
return absoluteRate;
|
||||||
|
|
Loading…
Reference in a new issue