mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-27 17:37:45 +01:00
Updated the multi click example code block (#92)
I had no luck triggering the "Single Long Clicked" with the timing of - OFF for 1s to 2s - ON for 1s to 2s - OFF for at least 0.5s I removed the waiting first time of OFF for, and now i can trigger it as expected.
This commit is contained in:
parent
a01e05d8bb
commit
41c332df6f
@ -249,7 +249,6 @@ presses.
|
|||||||
then:
|
then:
|
||||||
- logger.log: "Double Clicked"
|
- logger.log: "Double Clicked"
|
||||||
- timing:
|
- timing:
|
||||||
- OFF for 1s to 2s
|
|
||||||
- ON for 1s to 2s
|
- ON for 1s to 2s
|
||||||
- OFF for at least 0.5s
|
- OFF for at least 0.5s
|
||||||
then:
|
then:
|
||||||
|
Loading…
Reference in New Issue
Block a user