I have a basic automation setup for my 3D printer where it triggers when the print is finished, and then is supposed to wait until both the bed and hotend temperature are below 50C.
However currently it seems like it does not wait for those conditions, and instead they must be true at the time that the print finish trigger activates. But I cannot see a field in the visual editor to say to wait indefinitely until the conditions are met?
Someone mentioned that annoyingly the only way to add a wait is to do it in the yaml editor instead of the front end, and also you cannot use "conditions" and instead they must be "actions"?
I have no idea how to use actions or convert my current conditions into them (especially given that the conditions all have random strings for names), so please could you suggest how I can change this automation to do the above indefinite wait?
Additionally if the printer starts another job (so is no longer in the state finished) then it should cancel/reset the automation, so I'm guessing I need to change the mode from the default "single" to "restart"?