Events limit reach, every time after single condition

Hello, I have a problem with my project. Every time when my condition is done, it reaches the event limit. When the value of “liter_min” goes under 10, there are over 80 events. I just one a single one, something like trigger. Thank you!
if (liter_min<=10){
Blynk.logEvent(“Pump Stopped”, “Pump Stopped,”) ;
}

You should read this…

Pete.

1 Like