Hello everyone, I want to create a time bounded 'if' condition for my RFID system that I created on Node-Red. My task is to provide a condition:
"If detected RFID TAG is not read once again in 30 seconds, give a message"
So, basically I want the timer to start once the rfid tag is detected, then if it is not read once again in 30 seconds, the output is a message"
I am following some JS tutorials on time bounded 'if else' condition. Is there any simpler way or a much better way for this approach on Node-RED. Thanks
Best Regards