mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
MQTT support for handling multiple Heating Circuits
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user