From 36f96bb9a1cb445230bfee8b2d9529024181d5f2 Mon Sep 17 00:00:00 2001 From: Nicu Hodos Date: Sat, 5 Oct 2024 21:30:27 +0200 Subject: [PATCH] use generic name for easy_home_b switch --- gateway/include/devices.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/include/devices.h b/gateway/include/devices.h index 9d66ff3..924331b 100644 --- a/gateway/include/devices.h +++ b/gateway/include/devices.h @@ -122,7 +122,7 @@ Command* commands[] = { ) .build(), new EasyHomeSwitch{"FritzBox", "easy_home_a", (unsigned long[4]) { 4483136, 4626800, 4661552, 4819632 }, (unsigned long[4]) { 4326544, 4537104, 4767520, 4972704 }, "Basement"}, - new EasyHomeSwitch{"Outside", "easy_home_b", (unsigned long[4]) { 4483140, 4626804, 4661556, 4819636 }, (unsigned long[4]) { 4326548, 4537108, 4767524, 4972708 }, "Basement"}, + new EasyHomeSwitch{"Easy Home B", "easy_home_b", (unsigned long[4]) { 4483140, 4626804, 4661556, 4819636 }, (unsigned long[4]) { 4326548, 4537108, 4767524, 4972708 }}, new PollinSwitch{"00001", 1, "Meeting sensor", "Dining room"}, new PollinSwitch{"00001", 2, "Fire Tv", "Living room"}, new PollinSwitch{"00001", 3, "Diningroom player", "Dining room"},