Skip to content

Commit

Permalink
Added 1ByOne Doorbell protocol (#277)
Browse files Browse the repository at this point in the history
Co-authored-by: Florian <1technophile@users.noreply.github.com>
  • Loading branch information
FatBeard and 1technophile committed Jan 16, 2020
1 parent b86871e commit a02863e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RCSwitch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ static const RCSwitch::Protocol PROGMEM proto[] = {
{ 450, { 23, 1 }, { 1, 2 }, { 2, 1 }, true }, // protocol 6 (HT6P20B)
{ 150, { 2, 62 }, { 1, 6 }, { 6, 1 }, false }, // protocol 7 (HS2303-PT, i. e. used in AUKEY Remote)
{ 200, { 3, 130}, { 7, 16 }, { 3, 16}, false}, // protocol 8 Conrad RS-200 RX
{ 200, { 130, 7 }, { 16, 7 }, { 16, 3 }, true} // protocol 9 Conrad RS-200 TX
{ 200, { 130, 7 }, { 16, 7 }, { 16, 3 }, true}, // protocol 9 Conrad RS-200 TX
{ 365, { 18, 1 }, { 3, 1 }, { 1, 3 }, true } // protocol 10 (1ByOne Doorbell)
};

enum {
Expand Down

0 comments on commit a02863e

Please sign in to comment.