Quick question:
I have a piston that waits for a certain time/lux and then turns on various devices.
What I am noticing is that it appears to be firing the devices in the order I have them set up…in other words, if the first device needs to wait 10 minutes before turning on, it looks like the rest of the devices wait in line. Do I need to change to asynchronous to resolve this issue (so that they can all run at whatever wait time I’ve selected.)
Thanks!
Update:
I read the wiki and it definitely has do with what I mentioned above. I just need someone to let me know if where I updated it (at the beginning) is all I need: