If a command works when used individually but not within a macro, the reason might be:
Devices need to receive a sufficiently long infrared signal to respond. Ordinary keypresses send a signal of sufficient length based on the duration of the press. However, within a macro, only a unit length of the infrared signal is sent, which might be why it’s not working.
Here’s how to fix this:
Add two duplicate commands in the macro with a 0 second interval. This effectively increases the signal length.
For example, if HDMI4 command is not working in a macro, revise it as:
This should ensure that your macro works as expected. If you’re still facing issues, please contact our customer support for further assistance.