From 541615d405a652684d8a1229fde12838663dcb56 Mon Sep 17 00:00:00 2001 From: Marco H Date: Wed, 24 Jan 2024 20:02:02 +0100 Subject: [PATCH] Add Buderus MX300 Internet Gateway --- src/device_library.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/device_library.h b/src/device_library.h index 0bbb79ad1..58d6e97cc 100644 --- a/src/device_library.h +++ b/src/device_library.h @@ -179,8 +179,9 @@ // Gateways - 0x48 {189, DeviceType::GATEWAY, "KM200/MB LAN 2", DeviceFlags::EMS_DEVICE_FLAG_NONE}, +{252, DeviceType::GATEWAY, "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} -// clang-format on \ No newline at end of file +// clang-format on