Fix JSON size #209 Fix blind movement #192

This commit is contained in:
Robert Strouse 2023-12-22 12:33:19 -08:00
parent 76d3491f4c
commit f738be6782
8 changed files with 35 additions and 27 deletions

View file

@ -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.2d" type="text/css" />
<link rel="stylesheet" href="widgets.css?v=2.2.2d" type="text/css" />
<link rel="stylesheet" href="icons.css?v=2.2.2d" type="text/css" />
<link rel="stylesheet" href="main.css?v=2.2.2e" type="text/css" />
<link rel="stylesheet" href="widgets.css?v=2.2.2e" type="text/css" />
<link rel="stylesheet" href="icons.css?v=2.2.2e" type="text/css" />
<link rel="icon" type="image/png" href="favicon.png" />
<script type="text/javascript" src="index.js?v=2.2.2d"></script>
<script type="text/javascript" src="index.js?v=2.2.2e"></script>
</head>
<body>
<div id="divContainer" class="container main" data-auth="false">

View file

@ -1252,7 +1252,7 @@ var security = new Security();
class General {
initialized = false;
appVersion = 'v2.2.2d';
appVersion = 'v2.2.2e';
reloadApp = false;
init() {
if (this.initialized) return;

View file

@ -158,16 +158,14 @@
.shadectl-buttons[data-shadetype="10"] > .button-outline[data-cmd="down"] i {
top:.3em;
}
.shadectl-buttons:not([data-shadetype="5"]):not([data-shadetype="9"]) > .button-outline[data-cmd="toggle"] {
display: none;
}
.somfyShadeCtl[data-shadetype="5"] .shadectl-mypos,
.somfyShadeCtl[data-shadetype="9"] .shadectl-mypos,
.somfyShadeCtl[data-tilt="3"] .shadectl-mypos .my-pos,
.somfyShadeCtl:not([data-shadetype="1"]) .shadectl-mypos .my-pos-tilt {
.somfyShadeCtl:not([data-shadetype="1"]) .shadectl-mypos .my-pos-tilt,
.somfyShadeCtl[data-tilt="0"] .shadectl-mypos .my-pos-tilt {
display: none;
}
.somfyShadeCtl:not([data-shadetype="1"][data-tilt="3"]) .shadectl-mypos label.my-pos:after {