1) Give a description of the problem
I used a string of comma separated values in a ‘is any of’ comparison. It always evaluates to false.
Comparison (string) auxHeat2 running is_any_of (string) auxHeat2, auxHeat1 = false (2ms)
I can’t find any description on how to use ‘is any of’. Can someone give an example?