diff --git a/tasmota/xdrv_16_tuyamcu.ino b/tasmota/xdrv_16_tuyamcu.ino index a7dfb1353..b3586909d 100644 --- a/tasmota/xdrv_16_tuyamcu.ino +++ b/tasmota/xdrv_16_tuyamcu.ino @@ -1211,7 +1211,7 @@ void TuyaSerialInput(void) snprintf_P(scommand, sizeof(scommand), PSTR("DpType%uId%u"), dpDataType, dpId); if (dpDataType != 3 && dpDataType != 5) { Response_P(PSTR("%u"), DataVal); } else { Response_P(PSTR("%s"), DataStr); } - MqttPublishPrefixTopicRulesProcess_P(STAT, scommand); + MqttPublishPrefixTopic_P(STAT, scommand); } }