add thunder configuration
Some checks failed
ESP-IDF Build / build (esp32c6, release-v5.4) (push) Successful in 3m38s
ESP-IDF Build / build (esp32c6, release-v5.5) (push) Successful in 3m48s
ESP-IDF Build / build (esp32s3, release-v5.4) (push) Failing after 3m17s
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Failing after 3m10s

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2026-01-01 17:52:02 +01:00
parent ee587f1381
commit 29785a96bc
5 changed files with 135 additions and 9 deletions

View File

@@ -47,6 +47,7 @@ document.addEventListener('DOMContentLoaded', async () => {
await initCapabilities();
initWebSocket();
updateConnectionStatus();
loadLightStatus();
// Only load scenes and devices if thread is enabled
if (isThreadEnabled()) {