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:
James Crook 2019-01-06 18:01:32 +00:00 committed by Otto Winter
parent a01e05d8bb
commit 41c332df6f

View File

@ -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: