X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/2afb535fe234a0eaf200ef34a8cfe0da85c8a35d..a1d05cd0dfe510c23f626b81e31ba765096a0046:/web/static/seepark_web.js?ds=inline 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;