mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 04:26:58 +03:00
V10.0.1
This commit is contained in:
@@ -194,7 +194,7 @@ bool ClassFlowMQTT::doFlow(string zwtime)
|
||||
|
||||
std::string json="{\"value\":"+result;
|
||||
json += ",\"raw\":\""+resultraw;
|
||||
json += ",\"error\":\""+resulterror;
|
||||
json += "\",\"error\":\""+resulterror;
|
||||
if (resultrate.length() > 0)
|
||||
json += "\",\"rate\":"+resultrate;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user