mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 19:12:10 +01:00
80-bit and 56-bit protocols on same transceiver
Added the ability to process 80-bit and 56-bit motors on the same ESPSomfy RTS device.
This commit is contained in:
parent
3f662b7bd0
commit
370b8f1a23
10 changed files with 314 additions and 107 deletions
|
|
@ -726,6 +726,12 @@ div.frame-header > span {
|
|||
div.frame-header > span:nth-child(5) {
|
||||
width: 57px;
|
||||
}
|
||||
div.frame-row > span:nth-child(6),
|
||||
div.frame-header > span:nth-child(6) {
|
||||
width: 47px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
div.frame-list > div:nth-child(2n+1) {
|
||||
background: beige;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue