Integrated test function

This commit is contained in:
Magnus Persson
2022-03-12 08:20:02 +01:00
parent d9c467d54f
commit 1bc3abc9f0
4 changed files with 65 additions and 78 deletions

View File

@ -104,6 +104,7 @@ void PushTarget::sendInfluxDb2(TemplatingEngine& engine) {
_lastCode = _http.POST(doc);
if (_lastCode == 204) {
_lastSuccess = true;
Log.notice(F("PUSH: InfluxDB2 push successful, response=%d" CR),
_lastCode);
} else {