Announcement

Collapse
No announcement yet.

Help with Holding a SendIR command

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help with Holding a SendIR command

    Hi,

    I'm using an Houselinc for IR control. I know that it is possible for this device to handle Holding commands, like the Volume Up or Down. However I don't seem to be abble to figure out how to hold a Volume command in a script.

    I know I can do a
    for i = 1 to 10
    hs.SendIr "AMP,VOL+"
    Next

    But I find it slow and would like something more like
    hs.SendIR "AMP,HLD,AMP,VOL+"
    hs.WaitSecs 2
    hs.SendIR "AMP,Rel"

    Has anyone resolved this?

    Thanks
Working...
X