mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 19:12:10 +01:00
v1.5.0 updates
* Support for integrated tilt types * Increased linked remotes to 7 #25. * Fixed issue #25 by increasing JSON buffer * Changed software sync detection for linked remotes to better match on sync #26
This commit is contained in:
parent
aec9989d8d
commit
5a16977ea9
13 changed files with 497 additions and 383 deletions
|
|
@ -488,6 +488,7 @@ div.waitoverlay > .lds-roller {
|
|||
}
|
||||
.somfyShade {
|
||||
text-align:center;
|
||||
padding-bottom:4px;
|
||||
}
|
||||
.button-outline {
|
||||
background-color: #00bcd4;
|
||||
|
|
@ -501,12 +502,13 @@ div.waitoverlay > .lds-roller {
|
|||
}
|
||||
.shade-name {
|
||||
text-align:left;
|
||||
width: 124px;
|
||||
width: 170px;
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
display: inline-block;
|
||||
text-overflow: ellipsis;
|
||||
overflow:hidden;
|
||||
vertical-align:middle;
|
||||
}
|
||||
.shade-address {
|
||||
width:77px;
|
||||
|
|
@ -515,6 +517,7 @@ div.waitoverlay > .lds-roller {
|
|||
text-overflow:ellipsis;
|
||||
overflow:hidden;
|
||||
display:inline-block;
|
||||
vertical-align:middle;
|
||||
}
|
||||
.progress-bar {
|
||||
display:block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue