How to display the pin activation time in the application

Hello, help, I don’t know where to look. I need to see the time and date of the change in the state of the pin in the application. What time the door opened and closed and the date.

There is no automated function for that, but if you attach the widget that’s activating the pin to a virtual pin rather than a digital one you can capture the time as part of the BLYNK_WRITE9vPin) function.

You’d need to add the RTC widget and a few bits of code to format the date/time and write it somewhere - maybe in to a table that shows the events?

I use a table to indicate when my gate has been opened via an RFID tag, or via Blynk, although the way that this works is very different to the solution you will be using…

Pete.

Thanks, I will try.