getting data of 2 rain gauge, both sending data every 10 minutes
for the first rain gauge i need to trigger with this conditions
1 measure => 23 mm
<10 min>
2 measure => 10mm
<10 min>
3 measure => 10mm
then trigger the alert
for the second rain gauge, i need to trigger an alert if the data is
1 measure => 10mm
<10 min>
2 measure => 10mm
<10 min>
3 measure => 10mm
then trigger the alert
can i create this conditions? any example?