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