1) Give a description of the problem
(I have created a piston to slowly turn my lights off in an order when my location mode changes to sleep. I want certain lights to fade in an order, but I want certain lights to fade in parallel with others when the piston is executed. I have placed my async actions towards the bottom, and they still execute in a linear fashion once my sync actions are done executing )
2) What is the expected behaviour?
(I want the lights to fade in the order I put them for sync actions, but want the async lights to fade in parallel as soon as the piston is executed.)
3) What is happening/not happening?
(All sync actions execute first before async actions will begin to execute)
**4) Post a Green Snapshot of the piston!