mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 19:56:30 +00:00
Update xdrv_44_miel_hvac.ino
This commit is contained in:
parent
038970c826
commit
2e5b7deead
@ -944,7 +944,7 @@ miel_hvac_publish_settings(struct miel_hvac_softc *sc)
|
|||||||
|
|
||||||
ResponseAppend_P(PSTR("}"));
|
ResponseAppend_P(PSTR("}"));
|
||||||
|
|
||||||
MqttPublishPrefixTopicRulesProcess_P(TELE, PSTR("HVACSettings"), Settings->flag5.mqtt_info_retain);
|
MqttPublishPrefixTopicRulesProcess_P(TELE, PSTR("HVACSettings"));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
@ -985,7 +985,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"),Settings->flag5.mqtt_info_retain);
|
MqttPublishPrefixTopicRulesProcess_P(TELE, PSTR("HVACData"));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user