mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 19:12:10 +01:00
Added functionality to support low level triggers for GPIO types #206
This commit is contained in:
parent
0c36c8e746
commit
c0621d82ec
9 changed files with 75 additions and 44 deletions
|
|
@ -211,6 +211,14 @@
|
|||
width: 70px;
|
||||
display: inline-block;
|
||||
}
|
||||
#somfyShade #divLLTrigger {
|
||||
display:none;
|
||||
}
|
||||
|
||||
#somfyShade[data-proto="8"] #divLLTrigger,
|
||||
#somfyShade[data-proto="9"] #divLLTrigger {
|
||||
display: block;
|
||||
}
|
||||
#somfyShade[data-proto="8"] #divStepSettings,
|
||||
#somfyShade[data-proto="9"] #divStepSettings,
|
||||
#somfyShade[data-proto="8"] #divGPIOMy,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue