From 665221e6285f9987941fe6487cc71fda2bb6c247 Mon Sep 17 00:00:00 2001 From: Johannes Wagner Date: Wed, 22 Jul 2020 19:04:50 +0200 Subject: [PATCH] add Bosch MB LAN 2 as alternative gateway name --- src/device_library.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/device_library.h b/src/device_library.h index 480598724..67c5e476d 100644 --- a/src/device_library.h +++ b/src/device_library.h @@ -113,7 +113,7 @@ // Gateways - 0x48 / 0x18 { 94, DeviceType::GATEWAY, F("RFM20 Remote"), DeviceFlags::EMS_DEVICE_FLAG_NONE}, // 0x18 -{189, DeviceType::GATEWAY, F("KM200"), DeviceFlags::EMS_DEVICE_FLAG_NONE} // 0x48 +{189, DeviceType::GATEWAY, F("KM200/MB LAN 2"), DeviceFlags::EMS_DEVICE_FLAG_NONE} // 0x48 // clang-format on