I think the Exec Binding can solve your Problems …
rule "TV power"
when
Item TV received command ON
then
executeCommandLine("HERE THE COMMAND TO SWITCH ON THE BEAMER")
end
here is a Example for telnet in bash script
I think the Exec Binding can solve your Problems …
rule "TV power"
when
Item TV received command ON
then
executeCommandLine("HERE THE COMMAND TO SWITCH ON THE BEAMER")
end
here is a Example for telnet in bash script