From e1e0a2ce2b5a8c1484cfa66027558f831e9fd8d8 Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 17 Jun 2020 16:28:49 +0200 Subject: [PATCH] added EMS_DEVICE_ID_MODEM 0x48 --- src/emsdevice.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/emsdevice.h b/src/emsdevice.h index b0259e590..4d1ac32bb 100644 --- a/src/emsdevice.h +++ b/src/emsdevice.h @@ -170,8 +170,11 @@ class EMSdevice { }; - static constexpr uint16_t EMS_DEVICE_ID_BOILER = 0x08; // fixed device_id for Master Boiler + // device IDs + static constexpr uint16_t EMS_DEVICE_ID_BOILER = 0x08; // fixed device_id for Master Boiler/UBA + static constexpr uint16_t EMS_DEVICE_ID_MODEM = 0x48; // gateways like the KM200 + // type IDs static constexpr uint16_t EMS_TYPE_VERSION = 0x02; // type ID for Version information. Generic across all EMS devices. static constexpr uint16_t EMS_TYPE_UBADevices = 0x07; // EMS connected devices