Rolling 20210507

This commit is contained in:
jomjol
2021-05-07 21:33:16 +02:00
parent 67d0bf6a27
commit 10d49b55d1
12 changed files with 36 additions and 22 deletions

View File

@@ -154,6 +154,10 @@ bool ClassFlowMQTT::doFlow(string zwtime)
MQTTPublish(topic, result);
if (topicError.length() > 0) {
if (resulterror.length() == 0)
{
resulterror = " ";
}
MQTTPublish(topicError, resulterror);
}