TemperatureWebPanel: widening refresh interval

This commit is contained in:
Federico Fissore 2013-07-25 14:31:26 +02:00
parent 94ed153f39
commit 0c7a75fd64
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
</script>
</head>
<body onload="setInterval(refresh, 1000);">
<body onload="setInterval(refresh, 2000);">
<span id="content">0</span>
</body>
</html>