mirror of https://github.com/arendst/Tasmota.git
change mqtt DINGTIAN_CHG to STAT
This commit is contained in:
parent
83a07895f9
commit
41c4af7dfe
|
@ -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"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue