I have a tablet on a wall that is used for the home automation of lights/xbmc/googlemusic/security/etc that I want to pass commands to from my phone. I have successfully setup the functionality for xbmc control but am having trouble discovering a method to get the data to parse to other apps/tasks (e.g. googlemusic).
Currently I have autovoice on my phone recognize the command "tablet", then have autoremote send the message: xbmc=:=%avcommnofilter
Autoremote on the tablet then recognizes "xbmc" and sends the %arcomm data to the autoshare YATSE widget.
What I want to have happen is to say "tablet, xbmc/lights/security/music/etc +______command" on my phone, then have autoremote on the tablet parse the info on to the correct task. With using xbmc=:=%avcommnofilter it closes that possibility because it locks the "tablet" voice-command to xbmc. How do I make the tablet parse %avcomnofilter if I don't use =:=? Or, how can I use =:= on %avcommnofilter once the message gets to the tablet?
I apologize if this question seems a bit scattered, but wrapping my head around the correct syntax here is quite a process :)