This commit is contained in:
Paul
2019-10-27 22:36:11 +01:00
parent ecd2838302
commit 2fcfc4a97e
2 changed files with 7 additions and 4 deletions

View File

@@ -181,6 +181,7 @@ typedef enum {
EMS_MODEL_OT,
EMS_MODEL_FW100,
EMS_MODEL_FR10,
EMS_MODEL_FR50,
EMS_MODEL_FR100,
EMS_MODEL_FR110,
EMS_MODEL_FW120,
@@ -297,6 +298,7 @@ const _Thermostat_Device Thermostat_Devices[] = {
{EMS_MODEL_FR10, 111, 0x18, "Junkers FR10", EMS_THERMOSTAT_WRITE_NO},
{EMS_MODEL_FR100, 105, 0x18, "Junkers FR100", EMS_THERMOSTAT_WRITE_NO},
{EMS_MODEL_FR110, 108, 0x18, "Junkers FR110", EMS_THERMOSTAT_WRITE_NO},
{EMS_MODEL_FW120, 192, 0x10, "Junkers FW120", EMS_THERMOSTAT_WRITE_NO}
{EMS_MODEL_FW120, 192, 0x10, "Junkers FW120", EMS_THERMOSTAT_WRITE_NO},
{EMS_MODEL_FR50, 147, 0x10, "Junkers FR50", EMS_THERMOSTAT_WRITE_NO}
};