Rolling 20210522-v2

This commit is contained in:
jomjol
2021-05-22 11:37:46 +02:00
parent 8a26b817f7
commit 026bac121f
6 changed files with 7 additions and 7 deletions

View File

@@ -165,7 +165,7 @@ bool ClassFlowMQTT::doFlow(string zwtime)
MQTTPublish(topicRate, resultrate);
}
if (topicRate.length() > 0) {
if (topicTimeStamp.length() > 0) {
MQTTPublish(topicTimeStamp, resulttimestamp);
}