Hello,
I want to send multiple ir signals in a sequence with delays.
This worked for me with raw signals. I copied the raw data to a button and added the next raw data with some delay.
So now I can turn on tv, select input etc. with one Button press.
But this only works with raw data. How can I do that when the signal is parsed e.g. with NECext protocol. I did not found a way to combine multiple parsed signals into one. Is there a way?
Or how to convert the parsed signal into raw data?
Thanks for your help