From ec281f74edb3a8739901490218f08703a0c63b20 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 16 Sep 2019 21:55:46 +0200 Subject: [PATCH] added comment about multiple HCs in MQTT --- src/my_config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/my_config.h b/src/my_config.h index 8d1a9f144..da3320af9 100644 --- a/src/my_config.h +++ b/src/my_config.h @@ -14,9 +14,8 @@ // EMS-ESP will subscribe to these topics // MQTT for thermostat +// these topics can be suffixed with a Heating Circuit number, e.g. thermostat_cmd_temp1 and thermostat_data1 #define TOPIC_THERMOSTAT_DATA "thermostat_data" // for sending thermostat values to MQTT - -// these topics can be suffixed with a Heating Circuit number, e.g. thermostat_cmd_temp1 #define TOPIC_THERMOSTAT_CMD_TEMP "thermostat_cmd_temp" // temp changes via MQTT #define TOPIC_THERMOSTAT_CMD_MODE "thermostat_cmd_mode" // mode changes via MQTT #define TOPIC_THERMOSTAT_CMD_HC "thermostat_cmd_hc" // hc number changes via MQTT