blynkkk / blynk_Issues

6 stars 6 forks source link

I need a "push button" automation #201

Closed whogarden closed 2 years ago

whogarden commented 2 years ago

In my project, I use some push buttons, but how can I use automation to : 1 . set the push button to "On" 2 . then after one second or two, the push button should automatically be set to "Off". We should appreciate a kind of momentary automation.

doom369 commented 2 years ago

set the push button to "On"

What should trigger that event?

whogarden commented 2 years ago

I just want to momentarily activate a relay like when you briefly press the button on a remote control to command the opening or closing of a garage door.

blynkkk commented 2 years ago

Hello, now you can use "Wait" feature of Automation

whogarden commented 2 years ago

Tests in progress...

whogarden commented 2 years ago

Really very good. Thank you.