mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 19:12:10 +01:00
Prepare for v2.2.1 release
* Fixed issue with my position setting out of order when the flip position bit is set. * Fixed issue with changes to the my labels when a tilt type changes. * Fixed issue with isAtPosition method to accommodate both tilt and lift capabilities. * Ensure target position is always the end position during movement checks. Previously, this was only an approximation.
This commit is contained in:
parent
946778080c
commit
7592a2fc89
6 changed files with 53 additions and 27 deletions
|
|
@ -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.2.0" type="text/css" />
|
||||
<link rel="stylesheet" href="widgets.css?v=2.2.0" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=2.2.0" type="text/css" />
|
||||
<link rel="stylesheet" href="main.css?v=2.2.1b" type="text/css" />
|
||||
<link rel="stylesheet" href="widgets.css?v=2.2.1b" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=2.2.1b" type="text/css" />
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
<script type="text/javascript" src="index.js?v=2.2.0"></script>
|
||||
<script type="text/javascript" src="index.js?v=2.2.1b"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="divContainer" class="container main" data-auth="false">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue