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
|
|
@ -123,24 +123,23 @@
|
|||
}
|
||||
.shadectl-buttons[data-shadetype="6"] > .cmd-button[data-cmd="sunflag"],
|
||||
.shadectl-buttons[data-shadetype="5"] > .cmd-button[data-cmd="sunflag"],
|
||||
.shadectl-buttons[data-shadetype="9"] > .cmd-button[data-cmd="sunflag"],
|
||||
.shadectl-buttons[data-shadetype="9"] > .button-outline[data-cmd="my"],
|
||||
.shadectl-buttons[data-shadetype="9"] > .button-outline[data-cmd="up"],
|
||||
.shadectl-buttons[data-shadetype="9"] > .button-outline[data-cmd="down"],
|
||||
.shadectl-buttons[data-shadetype="5"] > .button-outline[data-cmd="my"],
|
||||
.shadectl-buttons[data-shadetype="5"] > .button-outline[data-cmd="up"],
|
||||
.shadectl-buttons[data-shadetype="5"] > .button-outline[data-cmd="down"] {
|
||||
display: none;
|
||||
}
|
||||
.shadectl-buttons:not([data-shadetype="5"]) > .button-outline[data-cmd="toggle"],
|
||||
.shadectl-buttons[data-shadetype="0"] > .button-outline[data-cmd="toggle"],
|
||||
.shadectl-buttons[data-shadetype="1"] > .button-outline[data-cmd="toggle"],
|
||||
.shadectl-buttons[data-shadetype="2"] > .button-outline[data-cmd="toggle"],
|
||||
.shadectl-buttons[data-shadetype="3"] > .button-outline[data-cmd="toggle"],
|
||||
.shadectl-buttons[data-shadetype="4"] > .button-outline[data-cmd="toggle"],
|
||||
.shadectl-buttons[data-shadetype="6"] > .button-outline[data-cmd="toggle"] {
|
||||
.shadectl-buttons:not([data-shadetype="5"]):not([data-shadetype="9"]) > .button-outline[data-cmd="toggle"] {
|
||||
display: none;
|
||||
}
|
||||
#somfyShade[data-bitlength="56"] #divStepSettings,
|
||||
#somfyShade[data-shadetype="5"] #divStepSettings,
|
||||
#somfyShade[data-shadetype="6"] #divStepSettings {
|
||||
display:none;
|
||||
#somfyShade[data-shadetype="6"] #divStepSettings,
|
||||
#somfyShade[data-shadetype="9"] #divStepSettings {
|
||||
display: none;
|
||||
}
|
||||
.group-draggable,
|
||||
.shade-draggable {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue