From 865f94cda298cfa564fd34c895e919afb8cb475d Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 14 Oct 2019 18:24:52 +0200 Subject: [PATCH] added another HeatPump --- src/ems_devices.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/ems_devices.h b/src/ems_devices.h index 66a819e9d..f151c57a0 100644 --- a/src/ems_devices.h +++ b/src/ems_devices.h @@ -4,7 +4,6 @@ * Paul Derbyshire - https://github.com/proddy/EMS-ESP * * See ChangeLog.md for History - * See README.md for Acknowledgments * */ @@ -256,7 +255,12 @@ const _Other_Device Other_Devices[] = { // heatpump, device ID 0x38 // format is PRODUCT ID, DEVICE ID, DESCRIPTION -const _HeatPump_Device HeatPump_Devices[] = {{252, "HeatPump Module"}}; +const _HeatPump_Device HeatPump_Devices[] = { + + {252, "HeatPump Module"}, + {200, "HeatPump Module"} + +}; /* * Known thermostat types and their capabilities