mirror of https://github.com/arendst/Tasmota.git
tuya_mcu_received
This commit is contained in:
parent
30b821beed
commit
837808b03a
|
@ -681,7 +681,7 @@ void TuyaSerialInput(void)
|
|||
ResponseAppend_P(PSTR("}}"));
|
||||
|
||||
if (Settings.flag3.tuya_serial_mqtt_publish) {
|
||||
MqttPublishPrefixTopic_P(RESULT_OR_TELE, PSTR(D_JSON_TUYA_MCU_RECEIVED));
|
||||
MqttPublishPrefixTopic_P(RESULT_OR_STAT, PSTR(D_JSON_TUYA_MCU_RECEIVED));
|
||||
} else {
|
||||
AddLog_P(LOG_LEVEL_DEBUG, mqtt_data);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue