mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 19:12:10 +01:00
v2.1.6 Update
* Added Virtual Remote * Added Dry Contact * Fixed processed flag * Added backup and restore options
This commit is contained in:
parent
7b255e3acb
commit
4ad2cf7567
17 changed files with 1206 additions and 378 deletions
|
|
@ -608,6 +608,7 @@ div.wait-overlay > .lds-roller {
|
|||
display: block;
|
||||
overflow: hidden;
|
||||
}
|
||||
.vr-button,
|
||||
.somfyGroupCtl,
|
||||
.somfyShadeCtl {
|
||||
height:60px;
|
||||
|
|
@ -627,6 +628,11 @@ div.wait-overlay > .lds-roller {
|
|||
font-size: 48px;
|
||||
position:relative;
|
||||
}
|
||||
.vr-button {
|
||||
align-items:center;
|
||||
margin-top:-4px;
|
||||
}
|
||||
.vr-button > span,
|
||||
.somfyGroupCtl .group-name,
|
||||
.somfyShadeCtl .shade-name {
|
||||
display:inline-block;
|
||||
|
|
@ -652,6 +658,7 @@ div.wait-overlay > .lds-roller {
|
|||
white-space: nowrap;
|
||||
font-size: 12px;
|
||||
}
|
||||
.vr-button > div,
|
||||
.somfyGroupCtl .groupctl-buttons,
|
||||
.somfyShadeCtl .shadectl-buttons {
|
||||
margin-top:3px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue