<CR> is represented by \x0D in commandfusion.
<LF> is represented by \x0A in commandfusion.
Using your example (are there spaces in the command?):
If so
EVENT C[1].Z[4]!KeyPress VolumeUp
will be
EVENT C[1].Z[4]!KeyPress VolumeUp/x0D
A protocol link maybe?
--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to comman...@googlegroups.com.
To unsubscribe from this group, send email to commandfusio...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.
To unsubscribe from this group, send email to commandfusio...@googlegroups.com.
To unsubscribe from this group, send email to commandfusio...@googlegroups.com.
To unsubscribe from this group, send email to commandfusio...@googlegroups.com.
To unsubscribe from this group, send email to commandfusio...@googlegroups.com.
To unsubscribe from this group, send email to commandfusio...@googlegroups.com.
To unsubscribe from this group, send email to commandfusio...@googlegroups.com.
--
--
This is for my source buttons. I also have a room view page where each zone has a text window for current source. I tried adding an on serial match to the same regex but could not get it working. So what your saying is to create a separate feedback item for serial?
Will (.*) work though because I need to convert the source number to text, 1=Tuner for example?
Also, I think I'm going to have to do something with tokens to get this working proper. When I turn off a zone I get an OFF response which I parse to put my joins to 0. But when I turn a zone on only an ON response is generated from the Russound. I need the ON response to trigger a WATCH command so my joins update. I believe an early post today pertains to this and will try to implement tomorrow.
Philip
Sent from my iPad