Created
August 26, 2024 11:51
-
-
Save Aphoh/5174977b26b5d5ec83a4275f340883b6 to your computer and use it in GitHub Desktop.
Tasmota IR Remote decoding for carrier 48 bit protocol
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Turning off: | |
IRSend3 raw,0,8000,4200,525,525,1580,110000000100000011111111000110010000000000011000 | |
Turning on: | |
IRSend3 raw,0,8000,4200,525,525,1580,110100000100000011111111000110011000000010101000 | |
off: 110000000100000011111111000110010000000000011000 | |
on: 110100000100000011111111000110011000000010101000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment