This commit is contained in:
jomjol
2023-03-26 11:33:52 +02:00
parent de1dcc4d06
commit f79e03faa2
3 changed files with 1 additions and 239 deletions

View File

@@ -159,7 +159,7 @@ bool ClassFlowInfluxDB::doFlow(string zwtime)
else
namenumber = namenumber + "/value";
if (result.length() > 0 && resulttimestamp.length() > 0)
if (result.length() > 0)
InfluxDBPublish(namenumber, result, resulttimestamp);
}
}