Added basic PIN to web interface, partially implemented back-end

This commit is contained in:
2026-06-03 17:55:26 +01:00
parent a13f73cb99
commit 739f3ec5b4
3 changed files with 8 additions and 3 deletions

View File

@ -18,6 +18,8 @@
<input type="number" value="1" min="1" max="3" id="channelIDInput">
<h2>LucalEncoded?</h2>
<input type="checkbox" id="lucalEncodedInput">
<h2>PIN</h2>
<input type="number" id="shockerPinInput">
<h2>Shock</h2>
<input type="range" min="0" max="99" value="0" id="shockIntensity" oninput="document.getElementById('sliderValueFirst').value = this.value" class="sliderInput">
<br>