3 inputs controlling 1 output

the defer statement applies to the outlet as a whole so you can just leave the last defer in there and remove the first 2. The way you have it doesn't hurt anything but if those defer statements had different durations, you might wonder why only the last one was working:

Fallback off
set off
if switch1 open then off
if switch2 open then off
if switch3 open then off
defer 000:50 then off

+1
 
Back
Top