try to fix not setting target temp for half degree difference
This commit was merged in pull request #2.
This commit is contained in:
@@ -219,7 +219,7 @@ variables:
|
||||
{% set diff = new - current %}
|
||||
{% if new > current %}
|
||||
true
|
||||
{% elif diff | abs >= 0.5 %}
|
||||
{% elif diff | abs >= 0.4 %}
|
||||
true
|
||||
{% else %}
|
||||
false
|
||||
|
||||
Reference in New Issue
Block a user