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

@@ -40,7 +40,6 @@
<h2 data-i18n="control.light.title">Lichtsteuerung</h2>
<div class="control-section">
<h3 data-i18n="control.light.onoff">Ein/Aus</h3>
<div class="control-group">
<div class="toggle-row">
<span class="toggle-label" data-i18n="control.light.light">Licht</span>
@@ -49,6 +48,13 @@
<span class="toggle-icon" id="light-icon">💡</span>
</button>
</div>
<div class="toggle-row">
<span class="toggle-label" data-i18n="control.light.thunder">Gewitter</span>
<button class="toggle-switch" id="thunder-toggle" onclick="toggleThunder()">
<span class="toggle-state" id="thunder-state" data-i18n="common.off">AUS</span>
<span class="toggle-icon" id="thunder-icon"></span>
</button>
</div>
</div>
<div id="light-status" class="status"></div>
</div>