Hello,
is there a widget that can turn off everything on a certain time? For example blynk should turn off all my buttons at 5AM, is that possible?
There are two options:
Timer
Time Input
Timer is the simplest to use, it simply sends a “1” at the start time and a “0” at the end time.
If you attach it to a virtual pin, then you can use the BLYNK_WRITE(vPin) callback to handle turning your devices on/off at the times inputted in the widget.
Time Input is much more powerful, but requires more programming skills.
Pete.
1 Like