ARQ Line buttons?
dmurray14
Posts: 80
Hey guys,
One of the things that bothers me with the ARQ module is that when you click on a line, you have to do it twice- once to select it and another to actually confirm the press. I know that, for instance, in Ctron you can just click on the line and it will press the button on the ARQ. Is there any easy way to do this in the AMX module? I figured there were other channels for it but I don't see them.
Thanks guys,
Dan
One of the things that bothers me with the ARQ module is that when you click on a line, you have to do it twice- once to select it and another to actually confirm the press. I know that, for instance, in Ctron you can just click on the line and it will press the button on the ARQ. Is there any easy way to do this in the AMX module? I figured there were other channels for it but I don't see them.
Thanks guys,
Dan
0
Comments
If you are using version 5.0.1 then change:
ARQ_LINE_PRESS_DOUBLE
TO:
ARQ_LINE_PRESS_SINGLE
HTH
Awesome! Thanks a bunch.
Dan