From 77eeacf121201f7d8899a1eff603b7e8431a88a1 Mon Sep 17 00:00:00 2001 From: proddy Date: Mon, 20 Jan 2025 12:13:34 +0100 Subject: [PATCH] remove duplicate 157 thermostat in standalone --- src/core/device_library.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/device_library.h b/src/core/device_library.h index fd3e0d17b..c162dde4c 100644 --- a/src/core/device_library.h +++ b/src/core/device_library.h @@ -196,8 +196,8 @@ {161, DeviceType::WATER, "MM200", DeviceFlags::EMS_DEVICE_FLAG_MMPLUS}, {163, DeviceType::WATER, "SM100, MS100", DeviceFlags::EMS_DEVICE_FLAG_SM100}, {164, DeviceType::WATER, "SM200, MS200", DeviceFlags::EMS_DEVICE_FLAG_SM100}, -{248, DeviceType::MIXER, "HM210", DeviceFlags::EMS_DEVICE_FLAG_MMPLUS}, -{157, DeviceType::THERMOSTAT, "RC120", DeviceFlags::EMS_DEVICE_FLAG_CR120} +{248, DeviceType::MIXER, "HM210", DeviceFlags::EMS_DEVICE_FLAG_MMPLUS} +// {157, DeviceType::THERMOSTAT, "RC120", DeviceFlags::EMS_DEVICE_FLAG_CR120} #endif // clang-format on