fix: simplify countdown action to plain Turn ON / Turn OFF, no auto-reverse
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user