Reduce status polling load and add 1Hz ready LED blink

This commit is contained in:
2026-02-13 02:50:44 +01:00
parent 0e765aff55
commit 4f6ee83a1b
3 changed files with 39 additions and 2 deletions

View File

@@ -146,7 +146,7 @@
document.getElementById('shutdownBtn').addEventListener('click', () => triggerSystemAction('shutdown'));
refreshStatus();
setInterval(refreshStatus, 5000);
setInterval(refreshStatus, 15000);
</script>
</body>
</html>