Reflect reject TBR change in comment.
This commit is contained in:
parent
4ff81e885c
commit
f6c8f3638b
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ public class ComboPlugin implements PluginBase, PumpInterface {
|
||||||
pumpEnactResult.success = true;
|
pumpEnactResult.success = true;
|
||||||
pumpEnactResult.enacted = false;
|
pumpEnactResult.enacted = false;
|
||||||
pumpEnactResult.percent = activeTbrPercentage;
|
pumpEnactResult.percent = activeTbrPercentage;
|
||||||
pumpEnactResult.comment = "TBR change too small, skipping";
|
pumpEnactResult.comment = "TBR change too small, skipping change from " + activeTbrPercentage + "% -> " + roundedPercentage + "%";
|
||||||
return pumpEnactResult;
|
return pumpEnactResult;
|
||||||
}
|
}
|
||||||
int stepSize = pumpDescription.tempDurationStep;
|
int stepSize = pumpDescription.tempDurationStep;
|
||||||
|
|
Loading…
Reference in a new issue