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:
Robert Strouse 2023-03-18 18:41:04 -07:00
parent 3f662b7bd0
commit 370b8f1a23
10 changed files with 314 additions and 107 deletions

View file

@ -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;
}