Node sleep after execution

Hello, i am currently working at a Project that will send you a notification to your browser if a value of a sensor reaches a critical point. Currently it will always send a notification, whenever the value is too high, however it would be much better if the notification would only be send again after a minute or 2 if the value is still too high . How can i achieve this ?

Use the trigger node set to resend after 2m. Then send it a reset if the value normalises.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.