Fix script call
This commit is contained in:
@@ -481,11 +481,11 @@ api:
|
||||
|
||||
// Refresh colors of global components
|
||||
ESP_LOGV("service.global_settings", "Refresh colors of global components");
|
||||
id(refresh_colors).execute;
|
||||
id(refresh_colors).execute();
|
||||
|
||||
// Update home page
|
||||
ESP_LOGV("service.global_settings", "Update home page");
|
||||
id(update_page_home).execute;
|
||||
id(update_page_home).execute();
|
||||
|
||||
// Logs - End
|
||||
ESP_LOGV("service.global_settings", "Finished");
|
||||
|
||||
Reference in New Issue
Block a user