From fa406d89897bd6d7f71a174b7af9e99dd12a2451 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Tue, 6 Dec 2022 06:52:25 +0100 Subject: [PATCH] replace calls to /wasserzaehler.html with calls to /value (#1469) Co-authored-by: CaCO3 --- sd-card/html/index.html | 2 +- sd-card/html/overview.html | 2 +- sd-card/html/test.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sd-card/html/index.html b/sd-card/html/index.html index fa8baf89..ca4e05f7 100644 --- a/sd-card/html/index.html +++ b/sd-card/html/index.html @@ -79,7 +79,7 @@ -
  • Recognition
  • +
  • Recognition
  • Data Graph
  • File Server
  • System diff --git a/sd-card/html/overview.html b/sd-card/html/overview.html index cb32af0b..7b834f2c 100644 --- a/sd-card/html/overview.html +++ b/sd-card/html/overview.html @@ -151,7 +151,7 @@ function refresh() { } function loadValue(_type, _div, _style) { - url = basepath + '/wasserzaehler.html?all=true&type=' + _type; + url = basepath + '/value?all=true&type=' + _type; var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) { diff --git a/sd-card/html/test.html b/sd-card/html/test.html index f90c5038..f15a42cb 100644 --- a/sd-card/html/test.html +++ b/sd-card/html/test.html @@ -16,7 +16,7 @@ var basepath = "http://192.168.178.22"; function testinit(){ basepath = getbasepath(); - url = basepath + '/wasserzaehler.html?all=true'; + url = basepath + '/value?all=true'; var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) {