mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Added functionality for euro lift tilt mechanisms.
This commit is contained in:
parent
93656f9478
commit
1cb9746cc8
8 changed files with 66 additions and 22 deletions
|
|
@ -1 +1 @@
|
|||
2.1.8
|
||||
2.1.9
|
||||
|
|
@ -3,11 +3,11 @@
|
|||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="main.css?v=2.1.8" type="text/css" />
|
||||
<link rel="stylesheet" href="widgets.css?v=2.1.8" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=2.1.8" type="text/css" />
|
||||
<link rel="stylesheet" href="main.css?v=2.1.9" type="text/css" />
|
||||
<link rel="stylesheet" href="widgets.css?v=2.1.9" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=2.1.9" type="text/css" />
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
<script type="text/javascript" src="index.js?v=2.1.8"></script>
|
||||
<script type="text/javascript" src="index.js?v=2.1.9"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="divContainer" class="container main" data-auth="false">
|
||||
|
|
@ -357,6 +357,7 @@
|
|||
<option value="1">Tilt Motor</option>
|
||||
<option value="2">Integrated</option>
|
||||
<option value="3">Tilt Only</option>
|
||||
<option value="4">Euro Tilt</option>
|
||||
</select>
|
||||
<label for="selTiltType" style="cursor:pointer;">Tilt Type</label>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1201,7 +1201,7 @@ var security = new Security();
|
|||
|
||||
class General {
|
||||
initialized = false;
|
||||
appVersion = 'v2.1.8';
|
||||
appVersion = 'v2.1.9';
|
||||
reloadApp = false;
|
||||
init() {
|
||||
if (this.initialized) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue