For a decimal variable, is it possible to make the variable offset also a variable? That is not currently possible.
For example, in the rule below, I can use variable math to do "Set HeatTemp to (HeatTemp + TempDelta)", and that works well for my purposes (lines boxed in green).
However, earlier in the rule, while evaluating the value of the variable AvTemp relative to Temp, I have to hardcode the offset of +0.5 and -0.5 (statement boxed in red). It would be very convenient if variable offset could be another decimal variable.
Thanks for considering the suggestion!