X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/6f097e00ba3a0d9d7f726d789aed524ddff6a396..a1a9d4bdd330504ce72e7f28225af5e4cdbfef8e:/web/static/seepark_web.js diff --git a/web/static/seepark_web.js b/web/static/seepark_web.js index da663a2..bc0f8c3 100644 --- a/web/static/seepark_web.js +++ b/web/static/seepark_web.js @@ -2,7 +2,7 @@ var api_base_url_sensors = '/api/1/sensor/type/Wassertemperatur?mode=consolidate var api_base_url_weather = '/api/1/openweathermap/city/3319578?mode=consolidated&format=c3'; var api_url_currentair = '/api/1/currentairtemperature'; var api_url_currentwater = '/api/1/currentwatertemperature'; -var refresh_interval = 5 * 60 * 1000; +var refresh_interval = 10 * 60 * 1000; function dayschart(element, title, days, xtickformat) { var chartdata;