mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 11:02:12 +01:00
v1.5.1 Bug Fixes
* Fixed issue where prog command was being filtered out #27 * Added tilt wheel commands for tilt positioning with integrated tilt motors #17 * Added tilt position visibility for Edit Shade screen
This commit is contained in:
parent
1174bed558
commit
39c6e08ca5
7 changed files with 26 additions and 31 deletions
|
|
@ -1 +1 @@
|
|||
1.5.0
|
||||
1.5.1
|
||||
|
|
@ -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.5.0" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=1.5.0" type="text/css" />
|
||||
<link rel="stylesheet" href="main.css?v=1.5.1" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=1.5.1" type="text/css" />
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
<script type="text/javascript" src="index.js?v=1.5.0"></script>
|
||||
<script type="text/javascript" src="index.js?v=1.5.1"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="divContainer" class="container" style="user-select:none;position:relative;border-radius:27px;">
|
||||
|
|
|
|||
|
|
@ -378,7 +378,7 @@ async function reopenSocket() {
|
|||
await initSockets();
|
||||
}
|
||||
class General {
|
||||
appVersion = 'v1.5.0';
|
||||
appVersion = 'v1.5.1';
|
||||
reloadApp = false;
|
||||
async init() {
|
||||
this.setAppVersion();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue