Simplify multi click trigger config

This commit is contained in:
Otto Winter 2018-11-13 19:00:58 +01:00
parent 247efd1690
commit 1d8147aa72
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
1 changed files with 13 additions and 17 deletions

View File

@ -243,9 +243,7 @@ presses.
- ON for at most 1s
- OFF for at least 0.2s
then:
- logger.log:
format: "Double Clicked"
level: warn
- logger.log: "Double Clicked"
- timing:
- OFF for 1s to 2s
- ON for 1s to 2s
@ -256,9 +254,7 @@ presses.
- ON for at most 1s
- OFF for at least 0.5s
then:
- logger.log:
format: "Single Short Clicked"
level: warn
- logger.log: "Single Short Clicked"
lambda calls
************