mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 19:12:10 +01:00
Added support for Tilt Only motors. Improved RTV protocol detection.
This commit is contained in:
parent
e7a95545b0
commit
fe2f50ab9f
7 changed files with 115 additions and 32 deletions
|
|
@ -333,7 +333,7 @@
|
|||
<input id="fldShadeName" name="shadeName" data-bind="name" type="text" length=20 placeholder="Name">
|
||||
<label for="fldShadeName">Name</label>
|
||||
</div>
|
||||
<div style="margin-top:-10px;">
|
||||
<div id="divLiftSettings" style="margin-top:-10px;">
|
||||
<div class="field-group" style="display:inline-block;max-width:127px;margin-right:17px;margin-top:-10px;">
|
||||
<input id="fldShadeUpTime" name="shadeUpTime" data-bind="upTime" data-datatype="int" type="number" length=5 placeholder="milliseconds" style="width:100%;text-align:right;" />
|
||||
<label for="fldShadeUpTime">Up Time (ms)</label>
|
||||
|
|
@ -349,6 +349,7 @@
|
|||
<option value="0">None</option>
|
||||
<option value="1">Tilt Motor</option>
|
||||
<option value="2">Integrated</option>
|
||||
<option value="3">Tilt Only</option>
|
||||
</select>
|
||||
<label for="selTiltType" style="cursor:pointer;">Tilt Type</label>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue