From 1d12ba59b92140562c7dbaa95cbea46bae3a64cf Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Thu, 28 Aug 2025 16:08:52 +0200 Subject: [PATCH] Fix link from input2 dirk to floor light --- function/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function/__init__.py b/function/__init__.py index 8c7a3ba..c51b8b3 100644 --- a/function/__init__.py +++ b/function/__init__.py @@ -90,5 +90,5 @@ class all_functions(room_collection): def gfw_dirk_input_1(self, device, key, data): if self.last_gfw_dirk_input_1 is not None: if self.last_gfw_dirk_input_1 != data: - self.gfw.floor.main_light_shelly.toggle_output_0_mcb(device, key, data) + self.gfw.floor.switch_main_light.toggle_output_0_mcb(device, key, data) self.last_gfw_dirk_input_1 = data