wrong id's

This commit is contained in:
Martijn
2024-11-15 18:35:16 +01:00
parent a29a9120ea
commit d045d4f7a3
+3 -6
View File
@@ -36,8 +36,7 @@ script:
- id: update_all
then:
- component.update: main_display
- component.update: bar1_display_left
- component.update: bar1_display_right
- component.update: bar_display
- id: next_page_main
then:
- display.page.show_next: main_display
@@ -45,8 +44,7 @@ script:
- id: next_page_all
then:
- display.page.show_next: main_display
- display.page.show_next: bar1_display_left
- display.page.show_next: bar1_display_right
- display.page.show_next: bar_display
- script.execute: update_all
- id: prev_page_main
then:
@@ -55,6 +53,5 @@ script:
- id: prev_page_all
then:
- display.page.show_previous: main_display
- display.page.show_previous: bar1_display_left
- display.page.show_previous: bar1_display_right
- display.page.show_previous: bar_display
- script.execute: update_all