Log Event
How to log an event using firmware API
Get an Event code
Go to Device Template -> Events
Find the Event Code. Edit it if needed
Copy it to use in the firmware code below:
Log Events from the device
Use Blynk.logEvent
command to log events to the Blynk cloud.
The maximum allowed length of the description is 300 chars.
Messages with description that exceeds the 300 chars limit will be discarded.
Last updated