Skip to content

Commit

Permalink
Added Held Down as supported event for Aeotec NanoMote
Browse files Browse the repository at this point in the history
  • Loading branch information
PKacprowiczS committed May 26, 2020
1 parent d87803e commit 2fddcb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ private isAeotec() {

private getSupportedButtonValues() {
if (isAeotec()) {
["pushed", "held"]
["pushed", "held", "down_hold"]
} else {
["pushed", "held", "down_hold", "double", "pushed_3x", "pushed_4x", "pushed_5x"]
}
Expand Down

0 comments on commit 2fddcb2

Please sign in to comment.