diff --git a/tasmota/tasmota_xdrv_driver/xdrv_90_dingtian_relay.ino b/tasmota/tasmota_xdrv_driver/xdrv_90_dingtian_relay.ino index 4013e9540..05a1fb1b3 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_90_dingtian_relay.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_90_dingtian_relay.ino @@ -130,7 +130,7 @@ void DingtianLoop() } ResponseAppend_P(PSTR("}}")); if (first_done) { - MqttPublishPrefixTopicRulesProcess_P(TELE, PSTR("DINGTIAN_CHG")); + MqttPublishPrefixTopicRulesProcess_P(STAT, PSTR("DINGTIAN_CHG")); } } }