From 95e6d408b3867babaaaad6ec450e10a10ffa0616 Mon Sep 17 00:00:00 2001 From: Nicu Hodos Date: Thu, 16 Jan 2025 18:03:10 +0100 Subject: [PATCH] make "meeting sensor" switch generic --- 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 f6c2a80..88e24b2 100644 --- a/gateway/include/devices.h +++ b/gateway/include/devices.h @@ -138,7 +138,7 @@ Command* commands[] = { #endif new EasyHomeSwitch{'A', (unsigned long[4]) { 4483136, 4626800, 4661552, 4819632 }, (unsigned long[4]) { 4326544, 4537104, 4767520, 4972704 }, "FritzBox", "Basement"}, new EasyHomeSwitch{'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", 1}, new PollinSwitch{"00001", 2, "Fire Tv", "Living room"}, new PollinSwitch{"00001", 3, "Diningroom player", "Dining room"}, new PollinSwitch{"00001", 4},