MQTT support for handling multiple Heating Circuits

This commit is contained in:
Paul
2019-09-14 16:37:06 +02:00
parent ca65ac0677
commit a738251b70
4 changed files with 79 additions and 33 deletions

View File

@@ -2561,6 +2561,7 @@ void ems_sendRawTelegram(char * telegram) {
/**
* Set the temperature of the thermostat
* hc_num is 1 to 4
* temptype 0 = normal, 1=night temp, 2=day temp, 3=holiday temp
*/
void ems_setThermostatTemp(float temperature, uint8_t hc_num, uint8_t temptype) {