Browse Source

0.8.850036-zero

pull/1474/head
Patrick Amrhein 11 months ago
parent
commit
5abbf8f163
  1. 2
      src/defines.h
  2. 4
      src/web/html/setup.html
  3. 2
      src/web/lang.json

2
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 {

4
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.<br>HICHI: http://IP_Address/cm?cmnd=status%208"),
// ml("p", {}, "A JSON-Format is required to work properly.<br>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),

2
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",

Loading…
Cancel
Save