made script files equal

This commit is contained in:
Martijn
2024-12-25 13:25:40 +01:00
parent 44900c5709
commit 9fbe63ccfb
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -61,5 +61,8 @@ script:
- id: update_all
then:
- component.update: main_display
- delay: 0.1s
- script.execute: update_bar1_left
- delay: 0.1s
- script.execute: update_bar1_right
- delay: 0.1s
+5
View File
@@ -103,7 +103,12 @@ script:
- id: update_all
then:
- component.update: main_display
- delay: 0.1s
- script.execute: update_bar1_left
- delay: 0.1s
- script.execute: update_bar1_right
- delay: 0.1s
- script.execute: update_bar2_left
- delay: 0.1s
- script.execute: update_bar2_right
- delay: 0.1s