From 41c4af7dfee33610a44c7180a31905970cee0a0e Mon Sep 17 00:00:00 2001 From: barbudor Date: Wed, 9 Nov 2022 22:01:01 +0100 Subject: [PATCH] change mqtt DINGTIAN_CHG to STAT --- tasmota/tasmota_xdrv_driver/xdrv_90_dingtian_relay.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); } } }