Multible devices on a single BUTTON_EVENT ?
bia@jdm.dk
Posts: 20
Hi guys
I got an BUTTON_EVENT looking like this:
BUTTON_EVENT[TP1,990]
{
PUSH:
{SEND_STRING LUTRON,"'KBP, [1:5:30],17',$0D"
}
}
Very simple. TP1 is touch panel nr 1. I got 3 touch panels in the same setup - and would like the same action when the same button is pressed on either touch panel - something like this:
BUTTON_EVENT[TP1,TP2,TP3,990]
{
PUSH:
{SEND_STRING LUTRON,"'KBP, [1:5:30],17',$0D"
}
}
Can I add multible devices in a BUTTON_EVENT ?
I got an BUTTON_EVENT looking like this:
BUTTON_EVENT[TP1,990]
{
PUSH:
{SEND_STRING LUTRON,"'KBP, [1:5:30],17',$0D"
}
}
Very simple. TP1 is touch panel nr 1. I got 3 touch panels in the same setup - and would like the same action when the same button is pressed on either touch panel - something like this:
BUTTON_EVENT[TP1,TP2,TP3,990]
{
PUSH:
{SEND_STRING LUTRON,"'KBP, [1:5:30],17',$0D"
}
}
Can I add multible devices in a BUTTON_EVENT ?
0
Comments
Jeff