This commit is contained in:
Martijn
2024-12-07 20:06:28 +01:00
parent 7fd8bb0505
commit 065577cbf0
-16
View File
@@ -107,19 +107,3 @@ script:
- script.execute: update_bar1_right - script.execute: update_bar1_right
- script.execute: update_bar2_left - script.execute: update_bar2_left
- script.execute: update_bar2_right - script.execute: update_bar2_right
- id: next_page_main
then:
- display.page.show_next: main_display
- script.execute: update_main
- id: next_page_all
then:
- display.page.show_next: main_display
- script.execute: update_all
- id: prev_page_main
then:
- display.page.show_previous: main_display
- script.execute: update_main
- id: prev_page_all
then:
- display.page.show_previous: main_display
- script.execute: update_all