fix: indentation in readme
This commit is contained in:
parent
65f73a2137
commit
acadc3d380
1 changed files with 3 additions and 3 deletions
|
@ -115,9 +115,9 @@ actions:
|
||||||
type: application/javascript
|
type: application/javascript
|
||||||
script: >-
|
script: >-
|
||||||
var payload = JSON.parse(this.event.event);
|
var payload = JSON.parse(this.event.event);
|
||||||
if (payload.petal == "10" and payload.duration > 1000) {
|
if (payload.petal == "10" and payload.duration > 1000) {
|
||||||
console.log("longpress!");
|
console.log("longpress!");
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue