sui77 / rc-switch

Arduino lib to operate 433/315Mhz devices like power outlet sockets.
1.9k stars 658 forks source link

Add support for 64 bit codes #405

Open Sofoca opened 3 years ago

Sofoca commented 3 years ago

Merged from the most recent version in this repo, I re-implemented 64 bit support based on this pull request and this fork. I also added another protocol (Mumbi RC-10) for a type of switchable socket that requires 33 bit codes (hence, 64 bit support required). Would love to see this PR merged into the the main repository and happy to put in more work if needed.

Fixes at least #303 and obsoletes #221 (possibly also fixes the associated issues).