From 1171608d33b4d1644c706945b51c6a261a041dba Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 19 Jun 2019 14:40:49 +0200 Subject: [PATCH] added Easy for Nefit --- src/ems_devices.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ems_devices.h b/src/ems_devices.h index 01bc29532..eed586eca 100644 --- a/src/ems_devices.h +++ b/src/ems_devices.h @@ -193,7 +193,7 @@ const _Other_Type Other_Types[] = { const _Thermostat_Type Thermostat_Types[] = { // Easy devices - not currently supporting write operations - {EMS_MODEL_EASY, 202, 0x18, "TC100/Nefit Easy", EMS_THERMOSTAT_WRITE_NO}, + {EMS_MODEL_EASY, 202, 0x18, "Logamatic TC100/Nefit Easy", EMS_THERMOSTAT_WRITE_NO}, {EMS_MODEL_EASY, 203, 0x18, "Bosch EasyControl CT200", EMS_THERMOSTAT_WRITE_NO}, {EMS_MODEL_EASY, 206, 0x02, "Bosch Easy", EMS_THERMOSTAT_WRITE_NO}, {EMS_MODEL_CW100, 157, 0x18, "CW100", EMS_THERMOSTAT_WRITE_NO},