mirror of https://github.com/arendst/Tasmota.git
Update xdrv_44_miel_hvac.ino
This commit is contained in:
parent
86922aab8c
commit
490b004ebb
|
@ -904,7 +904,7 @@ miel_hvac_publish_settings(struct miel_hvac_softc *sc)
|
||||||
|
|
||||||
ResponseAppend_P(PSTR("}"));
|
ResponseAppend_P(PSTR("}"));
|
||||||
|
|
||||||
MqttPublishPrefixTopicRulesProcess_P(TELE, PSTR("HVACSettings"));
|
MqttPublishPrefixTopicRulesProcess_P(TELE, PSTR("HVACSettings"), MQTT_INFO_RETAIN);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in New Issue