From 78838585f79e54204cf004577637c2d0fc185cd7 Mon Sep 17 00:00:00 2001 From: MalteSchm Date: Sun, 2 Apr 2023 14:17:23 +0200 Subject: [PATCH] fixed bug due to naming inconsistencies --- src/WebApi_ws_Pylontech.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WebApi_ws_Pylontech.cpp b/src/WebApi_ws_Pylontech.cpp index eb1aa90c..30c3a646 100644 --- a/src/WebApi_ws_Pylontech.cpp +++ b/src/WebApi_ws_Pylontech.cpp @@ -11,7 +11,7 @@ #include "defaults.h" WebApiWsPylontechLiveClass::WebApiWsPylontechLiveClass() - : _ws("/Pylontechlivedata") + : _ws("/batterylivedata") { }