Also monitor raw_shots events

This commit is contained in:
D. Berge
2023-11-02 15:23:45 +01:00
parent 3e08dfd45b
commit e3bf671a49

View File

@@ -50,7 +50,7 @@ export default {
this.refreshEvents(); this.refreshEvents();
} else if (event.channel == "planned_lines") { } else if (event.channel == "planned_lines") {
this.refreshPlan(); this.refreshPlan();
} else if (["raw_lines", "final_lines", "final_shots"].includes(event.channel)) { } else if (["raw_lines", "raw_shots", "final_lines", "final_shots"].includes(event.channel)) {
this.refreshSequences(); this.refreshSequences();
} else if (["preplot_lines", "preplot_points"].includes(event.channel)) { } else if (["preplot_lines", "preplot_points"].includes(event.channel)) {
this.refreshLines(); this.refreshLines();