This commit is contained in:
jomjol
2021-12-31 09:02:59 +01:00
parent 884dd9fc3b
commit 98f9274085
7 changed files with 12 additions and 7 deletions

View File

@@ -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

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="04c5649";
const char* GIT_REV="884dd9f";
const char* GIT_TAG="";
const char* GIT_BRANCH="master";
const char* BUILD_TIME="2021-12-30 18:32";
const char* BUILD_TIME="2021-12-31 08:56";

View File

@@ -13,7 +13,7 @@ extern "C"
#include "Helper.h"
#include <fstream>
const char* GIT_BASE_BRANCH = "master - v10.0.0 - 2021-12-30";
const char* GIT_BASE_BRANCH = "master - v10.0.1 - 2021-12-31";
const char* git_base_branch(void)

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="04c5649";
const char* GIT_REV="884dd9f";
const char* GIT_TAG="";
const char* GIT_BRANCH="master";
const char* BUILD_TIME="2021-12-30 18:32";
const char* BUILD_TIME="2021-12-31 08:56";