I would like to know if it is possible to generate notifications every five minutes, for example, as long as a variable remains in a certain condition. Ex: while the AC power is off, a notification is sent every 5 minutes, continuously.
Hi, @leandro
Yes, it is possible.
You can achieve this result with an action that run every 5 minutes and triggers an analysis to check the variable that you want, and depending on the value of the variable the analysis sends a notification.
Let me know if you need more help.
OK thank you. I will try to create an analysis