Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
rednblkx committed Oct 6, 2024
1 parent 02f0e51 commit 730759c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/actions.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ <h3 style="margin: 0 0 1rem;">Neopixel</h3>
<input type="number" name="nfc-neopixel-pin" id="nfc-neopixel-pin" placeholder="8" required value="%NFCNEOPIXELPIN%" min="0" max="255">
</div>
<div style="display: flex;flex-direction: column;margin-top: .7rem;">
<label for="neopixel-s-time">Timeout(ms) - Auth Success</label>
<label for="neopixel-s-time">Timeout (ms) - Auth Success</label>
<input type="number" name="neopixel-s-time" id="neopixel-s-time" placeholder="1000" required value="%NEOSTIME%">
</div>
<div style="display: flex;flex-direction: column;margin-top: .7rem;">
<label for="neopixel-f-time">Timeout(ms) - Auth Failed</label>
<label for="neopixel-f-time">Timeout (ms) - Auth Failed</label>
<input type="number" name="neopixel-f-time" id="neopixel-f-time" placeholder="1000" required value="%NEOFTIME%">
</div>
<div style="display: flex;flex-direction: column;margin-top: .7rem;">
Expand Down Expand Up @@ -89,7 +89,7 @@ <h3 style="margin: 0 0 1rem;align-self: flex-start;">Simple GPIO</h3>
<input type="number" name="nfc-s-pin" id="nfc-s-pin" placeholder="2" required value="%NFC1PIN%" min="0" max="255">
</div>
<div style="display: flex;flex-direction: column;margin-top: .7rem;">
<label for="nfc-s-time">GPIO Time (ms)</label>
<label for="nfc-s-time">Timeout (ms)</label>
<input type="number" name="nfc-s-time" id="nfc-s-time" placeholder="1000" required value="%NFC1TIME%">
</div>
<div style="display: flex;margin-top: .7rem;gap: 8px;">
Expand All @@ -109,7 +109,7 @@ <h3 style="margin: 0 0 1rem;align-self: flex-start;">Simple GPIO</h3>
<input type="number" name="nfc-f-pin" id="nfc-f-pin" placeholder="2" required value="%NFC2PIN%" min="0" max="255">
</div>
<div style="display: flex;flex-direction: column;margin-top: .7rem;">
<label for="nfc-f-time">GPIO Time (ms)</label>
<label for="nfc-f-time">Timeout (ms)</label>
<input type="number" name="nfc-f-time" id="nfc-f-time" placeholder="1000" required value="%NFC2TIME%">
</div>
<div style="display: flex;margin-top: .7rem;gap: 8px;">
Expand Down

0 comments on commit 730759c

Please sign in to comment.