TemperatureWebPanel: widening refresh interval

This commit is contained in:
Federico Fissore 2013-07-25 14:31:26 +02:00
parent fbf0c0de3b
commit 5375c26cfb
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>