enable loop only when pump is temp basals capable
This commit is contained in:
parent
2a10d4789e
commit
cf4851250d
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public class SafetyPlugin implements PluginBase, ConstraintsInterface {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isLoopEnabled() {
|
public boolean isLoopEnabled() {
|
||||||
return true;
|
return MainApp.getConfigBuilder().getPumpDescription().isTempBasalCapable;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue