fix: simplify countdown action to plain Turn ON / Turn OFF, no auto-reverse

This commit is contained in:
SRS IT
2026-03-28 22:17:14 -04:00
parent 4c09fd0b66
commit 5024996523
3 changed files with 3 additions and 11 deletions
@@ -401,8 +401,8 @@
<div class="form-group">
<label>Action when timer fires</label>
<select id="dwm-countdown-action">
<option value="1">Turn ON (then auto-OFF after duration)</option>
<option value="0">Turn OFF (then auto-ON after duration)</option>
<option value="1">Turn ON</option>
<option value="0">Turn OFF</option>
</select>
</div>
</div>