mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
Add files via upload
This commit is contained in:
parent
490b004ebb
commit
2437ab117f
@ -904,7 +904,7 @@ miel_hvac_publish_settings(struct miel_hvac_softc *sc)
|
|||||||
|
|
||||||
ResponseAppend_P(PSTR("}"));
|
ResponseAppend_P(PSTR("}"));
|
||||||
|
|
||||||
MqttPublishPrefixTopicRulesProcess_P(TELE, PSTR("HVACSettings"), MQTT_INFO_RETAIN);
|
MqttPublishPrefixTopicRulesProcess_P(TELE, PSTR("HVACSettings"), Settings->flag5.mqtt_info_retain);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
@ -945,7 +945,7 @@ miel_hvac_data_response(struct miel_hvac_softc *sc,
|
|||||||
Response_P(PSTR("{\"Bytes\":\"%s\"}"),
|
Response_P(PSTR("{\"Bytes\":\"%s\"}"),
|
||||||
ToHex_P((uint8_t *)d, sizeof(*d), hex, sizeof(hex)));
|
ToHex_P((uint8_t *)d, sizeof(*d), hex, sizeof(hex)));
|
||||||
|
|
||||||
MqttPublishPrefixTopicRulesProcess_P(TELE, PSTR("HVACData"));
|
MqttPublishPrefixTopicRulesProcess_P(TELE, PSTR("HVACData"),Settings->flag5.mqtt_info_retain);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user