-
Notifications
You must be signed in to change notification settings - Fork 172
/
Copy pathe1_31.html
27 lines (25 loc) · 1.53 KB
/
e1_31.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<fieldset id="e1_31">
<legend class="esps-legend" id="Title">E1.31 Configuration</legend>
<div class="form-group">
<label class="control-label col-sm-2" for="universe">Start Universe</label>
<div class="col-sm-4">
<input type="number" class="form-control is-valid" id="universe" step="1" min="0" max="255" value="0" required title="First DMX Universe to listen for. Consecutive DMX Universes will be monitored as needed.">
</div>
<label class="control-label col-sm-2" for="universe_limit">Channels per Universe</label>
<div class="col-sm-4">
<input type="number" class="form-control is-valid" id="universe_limit" step="1" min="1" max="512" value="0" required title="Number of DMX channels available in each universe.">
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-2" for="universe_start">First Channel In Universe</label>
<div class="col-sm-4">
<input type="number" class="form-control is-valid" id="universe_start" step="1" min="0" max="511" value="0" required title="First channel within the Universe to use.">
</div>
</div>
<div class="form-group hidden AdvancedMode">
<label class="control-label col-sm-2 esp32" for="port">UDP Port:</label>
<div class="col-sm-4 esp32">
<input type="number" class="form-control is-valid" id="port" step="1" min="1" max="65535" value="0" required title="UDP Port on which E1.31 data will be received">
</div>
</div>
</fieldset>