I just wanted to give you a “heads-up” so you plan for the extra triggers
.
For example, one logic in your current piston says:
IF Thermostat 1's mode changes
Then
Change Thermostat 1's mode
END IF
There are exceptions to the rule, but generally speaking, I would not recommend sending a command that also triggers
the piston again from the top.
(you might be OK though because it is almost the last command sent)