Added Remote protocol #165, added mac to MQTT #167

This commit is contained in:
Robert Strouse 2023-10-07 11:12:45 -07:00
parent bbebc22bb9
commit 87995bf707
9 changed files with 174 additions and 29 deletions

View file

@ -293,7 +293,8 @@
<option value="0">RTS</option>
<option value="1">RTW</option>
<option value="2">RTV</option>
<option value="8">GPIO</option>
<option value="8">Relay</option>
<option value="9">Remote</option>
</select>
<label for="selShadeProto">Protocol</label>
</div>
@ -304,17 +305,23 @@
</select>
<label for="selShadeBitLength">Bit Length</label>
</div>
<div id="divGPIOControl" class=" field-group">
<div class="field-group" style="width:70px;display:inline-block;">
<div id="divGPIOControl" class="field-group">
<div class="field-group" style="">
<select id="selShadeGPIOUp" data-bind="gpioUp" data-datatype="int" style="width:70px;">
</select>
<label for="selShadeGPIOUp">UP</label>
</div>
<div class="field-group" style="width:70px;display:inline-block;">
<div class="field-group" style="">
<select id="selShadeGPIODown" data-bind="gpioDown" data-datatype="int" style="width:70px;">
</select>
<label for="selShadeGPIODown">Down</label>
</div>
<div id="divGPIOMy" class="field-group" style="">
<select id="selShadeGPIOMy" data-bind="gpioMy" data-datatype="int" style="width:70px;">
</select>
<label for="selShadeGPIOMy">My</label>
</div>
</div>
</div>
<div>