Update yaml parse test/testAnimationYaml.yaml
This commit is contained in:
parent
fe5e73125e
commit
439949f41f
1 changed files with 4 additions and 4 deletions
|
@ -83,9 +83,9 @@ animations:
|
|||
to_file: loveFace.png
|
||||
duration: 10
|
||||
|
||||
- name: reset to blink
|
||||
- name: reset to continuous blink
|
||||
description: Animation for blinking
|
||||
loop_count: 1
|
||||
loop_count: 0
|
||||
|
||||
trigger: Butn_0004_0001
|
||||
|
||||
|
@ -109,7 +109,7 @@ animations:
|
|||
duration: 400
|
||||
|
||||
- name: blink
|
||||
description: Animation for blinking
|
||||
description: Animation for a blink
|
||||
loop_count: 1
|
||||
|
||||
trigger: blinkTimer #Button 2 pressed
|
||||
|
@ -131,7 +131,7 @@ animations:
|
|||
|
||||
- name: boot
|
||||
description: boot with blinking
|
||||
loop_count: 1
|
||||
loop_count: 0
|
||||
|
||||
trigger: boot
|
||||
|
||||
|
|
Loading…
Reference in a new issue