prevent basal updated messages on virtual pump
This commit is contained in:
parent
6ebd6bcdc0
commit
d7dfe8942e
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ public class VirtualPumpPlugin implements PluginBase, PumpInterface {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isThisProfileSet(Profile profile) {
|
public boolean isThisProfileSet(Profile profile) {
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue