From 5e498cb0c275c60808de9b472962958aee72173e Mon Sep 17 00:00:00 2001 From: Jason Scurtu Date: Sun, 22 Sep 2024 11:47:09 +0200 Subject: [PATCH] add BOSCH Connect-Key K 30 RF --- 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 5999eeb26..cb48b1f27 100644 --- a/src/device_library.h +++ b/src/device_library.h @@ -181,7 +181,7 @@ // Gateways - 0x48 {189, DeviceType::GATEWAY, "KM200/MB LAN 2", DeviceFlags::EMS_DEVICE_FLAG_NONE}, -{252, DeviceType::GATEWAY, "MX300", DeviceFlags::EMS_DEVICE_FLAG_NONE}, +{252, DeviceType::GATEWAY, "K30RF/MX300", DeviceFlags::EMS_DEVICE_FLAG_NONE}, // Generic - 0x40 or other with no product-id and no version {0, DeviceType::GENERIC, "unknown", DeviceFlags::EMS_DEVICE_FLAG_NONE}