Log Event
How to log an event using firmware API
Get an Event code
Log Events from the device
Blynk.logEvent("event_code");
// Also, you can add a custom description:
Blynk.logEvent("event_code", String("Temperature above threshold: ") + temp);Last updated
Was this helpful?

