Sending multiple IR codes

Right now I am setting up my Watch-TV activity. I would like to build one page, showing all TV-channel icons. When clicking an icon, the IR-sequence shall be send (like digit 1 + Cursor_Enter or sending two digits and maybe a delay is needed in-between as well).

How can I get this done? So far I can only assign one single IR command.

Often IR entities have the command “command sequence” this is what you are looking for.

If your entity does not have the sequence a Macro will be the solution.

Ralf

How do I assign a macro or a sequence?

For command sequence it looks like digit_1,digit_2

A macro must be created in activities were you must add the needed entities and the simply add all commands you need to the sequence. This is then an entity you must add to the activity where you need it then you can use it as a normal command.

Ralf