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
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user