From 5abbf8f16392c13ee87fbbea63f779ee5322f222 Mon Sep 17 00:00:00 2001 From: Patrick Amrhein Date: Sat, 2 Mar 2024 16:36:11 +0100 Subject: [PATCH] 0.8.850036-zero --- src/defines.h | 2 +- src/web/html/setup.html | 4 ++-- src/web/lang.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/defines.h b/src/defines.h index 83aab731..7d4a6f2b 100644 --- a/src/defines.h +++ b/src/defines.h @@ -13,7 +13,7 @@ //------------------------------------- #define VERSION_MAJOR 0 #define VERSION_MINOR 8 -#define VERSION_PATCH 850035 +#define VERSION_PATCH 850036 //------------------------------------- typedef struct { diff --git a/src/web/html/setup.html b/src/web/html/setup.html index 153e9b03..3f9063f1 100644 --- a/src/web/html/setup.html +++ b/src/web/html/setup.html @@ -1258,12 +1258,12 @@ ml("p", {}, "(plus2pm) - http://IP/rpc/Shelly.GetStatus"), ml("p", {}, "(plus1pmAlternative) - http://IP/rpc/switch.GetStatus?id=0"), ml("p", {}, "(plus2pmAlternative) - http://IP/rpc/switch.GetStatus?id=0"), - ml("p", {}, "A JSON-Format is required to work properly.
HICHI: http://IP_Address/cm?cmnd=status%208"), +// ml("p", {}, "A JSON-Format is required to work properly.
HICHI: http://IP_Address/cm?cmnd=status%208"), ]), divRow("{#ZE_GROUP_TAB_POWERMETER_JSONPATH}", [ ml("input", {name: "pm_jsonPath", class: "text", type: "text", value: obj.pm_jsonPath}, null), // TODO: Hilfstexte -> übersetzen mit lang.json - ml("p", {}, "Only for HICHI needed!"), +// ml("p", {}, "Only for HICHI needed!"), ]), divRow("{#ZE_GROUP_TAB_POWERMETER_USER}", ml("input", {name: "pm_user", class: "text", type: "text", value: obj.pm_user}, null), diff --git a/src/web/lang.json b/src/web/lang.json index 7e8acde6..c0133ec0 100644 --- a/src/web/lang.json +++ b/src/web/lang.json @@ -926,7 +926,7 @@ { "token": "ZE_GROUP_TAB_ADVANCED_REFRESH", "en": "Refresh rate (sec):", - "de": "Refresh rate (sec):" + "de": "Aktualisierung (sec):" }, { "token": "ZE_GROUP_TAB_ADVANCED_POWERTOLERANCE",