corrected yaml trigger definition errors
This commit is contained in:
parent
f027fb2034
commit
8660cb5225
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ animations:
|
|||
|
||||
# Define the trigger for this animation.
|
||||
# In this case, it triggers when a button is pressed.
|
||||
trigger: Butn_0001_0001 #Button 1 pressed
|
||||
trigger: Butn_1000_0001 #Button 1 pressed
|
||||
|
||||
# Specify whether this animation can be overridden by another animation.
|
||||
overrideable: true
|
||||
|
@ -87,7 +87,7 @@ animations:
|
|||
description: Animation for blinking
|
||||
loop_count: 0
|
||||
|
||||
trigger: Butn_0004_0001
|
||||
trigger: Butn_0005_0001
|
||||
|
||||
overrideable: true
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue