diff --git a/automation/Scopes/HallScope.php b/automation/Scopes/HallScope.php index a90a150..52348cc 100644 --- a/automation/Scopes/HallScope.php +++ b/automation/Scopes/HallScope.php @@ -14,7 +14,7 @@ public function register_events_handlers(): void { $this -> auto_button_bindings([ - "first_hall_buttons1" => [], + "first_hall_buttons1" => ["mute" => [3]], "first_hall_buttons2" => [], "hall_secondary" => [], "btns_hall2_1" => [], diff --git a/automation/Scopes/MasterBedroomScope.php b/automation/Scopes/MasterBedroomScope.php index 0d7ff4c..3c3f4e1 100644 --- a/automation/Scopes/MasterBedroomScope.php +++ b/automation/Scopes/MasterBedroomScope.php @@ -14,7 +14,7 @@ public function register_events_handlers(): void { $this -> auto_button_bindings([ - "master_room_btns" => [], + "master_room_btns" => [2, 3], "bed_btns_right_1" => [], "bed_btns_left" => [], ]); diff --git a/automation/Scopes/PlantsRoomScope.php b/automation/Scopes/PlantsRoomScope.php index 88d4e4d..b290936 100644 --- a/automation/Scopes/PlantsRoomScope.php +++ b/automation/Scopes/PlantsRoomScope.php @@ -14,7 +14,7 @@ public function register_events_handlers(): void { $this -> auto_button_bindings([ - "plants_room_btns" => [], + "plants_room_btns" => ["mute" => [1]], ]); }