diff --git a/gateway/include/devices.h b/gateway/include/devices.h index 984135d..fad2dd5 100644 --- a/gateway/include/devices.h +++ b/gateway/include/devices.h @@ -134,12 +134,13 @@ Command* commands[] = { ) .build(), #endif - new EasyHomeSwitch{'A', (unsigned long[4]) { 4483136, 4626800, 4661552, 4819632 }, (unsigned long[4]) { 4326544, 4537104, 4767520, 4972704 }, "FritzBox", "Basement"}, + new EasyHomeSwitch{'A', (unsigned long[4]) { 4483136, 4626800, 4661552, 4819632 }, (unsigned long[4]) { 4326544, 4537104, 4767520, 4972704 }, "KabelBox", "Basement"}, new EasyHomeSwitch{'B', (unsigned long[4]) { 4483140, 4626804, 4661556, 4819636 }, (unsigned long[4]) { 4326548, 4537108, 4767524, 4972708 }}, new PollinSwitch{"00001", 1}, new PollinSwitch{"00001", 2, "Fire Tv", "Living room"}, new PollinSwitch{"00001", 3, "Diningroom player", "Dining room"}, new PollinSwitch{"00001", 4}, + new PollinSwitch{"00011", 4, "homebox"}, new PollinSwitch{"11111", 4, "Train", "Playroom"} };