Page 4 of 4

Posted: Sun Feb 25, 2007 2:12 pm
by thug
Well,

As you know the Tira2 can transmit recorded IR. :D

I have a different IR receiver (+Fusion HDTV remote) which receives my remote transmit codes, bad thing is that, the Tira2 gets them too, because they are both in the same glass fronted cabinet (where all my remote controllable equipment is). :?

If the Tira2 could somehow be setup to be a send only device (mute receive option) it would be harmonious added feature. :wink:

Cheers

Posted: Sun Feb 25, 2007 2:23 pm
by Bitmonster
Once you have setup all your macros, you can check the "Log only assigned and activated events" checkbox, and it will look like no other device is sending events if you haven't assigned any events from them.

And if you want to hack, you can make a script directly after the Tira plugin:

Code: Select all

def MyDoNothingFunc(*args, **kwargs):
    pass

eg.result.TriggerEvent = MyDoNothingFunc
eg.result.TriggerEnduringEvent = MyDoNothingFunc