I have a number of buttons
I have 5 buttons. When I press any of them i want the same 3 commands executed+1 command that is specific to the button
Example:
When executing the DVD event
The commands are:
Projector On
Audio system on
Change to surround mode
change source to DVD
When executing the TV event the first 3 commands are the same but the 4th is different
So basically I would like to have a command which will call another event
One event called Prepare Video with
'Projector On'
'Audio system on'
'Change to surround mode'
the DVD will then be
'prepare video'
'DVD'
TV will be
'Prepare video'
'TV'
If I change my receiver or projector, i only have to edit 'prepare video' and everything will work again