TemperatureWebPanel: widening refresh interval
This commit is contained in:
parent
fbf0c0de3b
commit
5375c26cfb
|
@ -9,7 +9,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body onload="setInterval(refresh, 1000);">
|
<body onload="setInterval(refresh, 2000);">
|
||||||
<span id="content">0</span>
|
<span id="content">0</span>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue