mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 19:12:10 +01:00
Added shutter motor type and extended frequency range #77
This commit is contained in:
parent
415fec020e
commit
e54621f171
10 changed files with 90 additions and 19 deletions
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="main.css?v=1.7.2" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=1.7.2" type="text/css" />
|
||||
<link rel="stylesheet" href="main.css?v=1.7.3" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=1.7.3" type="text/css" />
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
<script type="text/javascript" src="index.js?v=1.7.2"></script>
|
||||
<script type="text/javascript" src="index.js?v=1.7.3"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="divContainer" class="container" style="user-select:none;position:relative;border-radius:27px;">
|
||||
|
|
@ -238,6 +238,7 @@
|
|||
<div class="field-group" style="margin-top:-10px;">
|
||||
<select id="selShadeType" name="shadeType" style="width:100%;" onchange="somfy.onShadeTypeChanged(this);">
|
||||
<option value="0">Roller Shade</option>
|
||||
<option value="4">Shutter</option>
|
||||
<option value="1">Blind</option>
|
||||
<option value="2">Drapery</option>
|
||||
<option value="3">Awning</option>
|
||||
|
|
@ -389,7 +390,7 @@
|
|||
</div>
|
||||
<div class="field-group" style="display:inline-block;width:auto;min-width:247px;margin-top:-20px;vertical-align:top;">
|
||||
<div class="field-group">
|
||||
<input id="slidFrequency" name="frequency" type="range" min="433330" max="433499" step="1" style="width:100%;" oninput="somfy.frequencyChanged(this);" />
|
||||
<input id="slidFrequency" name="frequency" type="range" min="433330" max="434399" step="1" style="width:100%;" oninput="somfy.frequencyChanged(this);" />
|
||||
<label for="slidRxBandwidth" style="display:block;font-size:1em;margin-top:0px;margin-left:7px;">
|
||||
<span>Base Frequency </span>
|
||||
<span style="float:right;display:inline-block;margin-right:7px;">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue