change mqtt DINGTIAN_CHG to STAT

This commit is contained in:
barbudor 2022-11-09 22:01:01 +01:00
parent 83a07895f9
commit 41c4af7dfe
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ void DingtianLoop()
} }
ResponseAppend_P(PSTR("}}")); ResponseAppend_P(PSTR("}}"));
if (first_done) { if (first_done) {
MqttPublishPrefixTopicRulesProcess_P(TELE, PSTR("DINGTIAN_CHG")); MqttPublishPrefixTopicRulesProcess_P(STAT, PSTR("DINGTIAN_CHG"));
} }
} }
} }