diff --git a/automation/Scopes/HallScope.php b/automation/Scopes/HallScope.php index dee9c05..7500ab3 100644 --- a/automation/Scopes/HallScope.php +++ b/automation/Scopes/HallScope.php @@ -17,6 +17,7 @@ "first_hall_buttons1" => [], "first_hall_buttons2" => [], "hall_secondary" => [], + "btns_hall2_1" => [], ]); } diff --git a/automation/Scopes/KitchenScope.php b/automation/Scopes/KitchenScope.php index c40c657..cbcbc72 100644 --- a/automation/Scopes/KitchenScope.php +++ b/automation/Scopes/KitchenScope.php @@ -14,7 +14,7 @@ public function register_events_handlers(): void { $this -> auto_button_bindings([ - "kitchen_buttons_1" => [], + "kitchen_buttons_11" => [], "kitchen_buttons_2" => [], ]); }