Hi,
I am using VoxCommando to send events to EG and this works really well. This way i control my LG TV with specific serial commands such as:
ka 0 1\r (serial write command to turn on the TV from standby)
The question i have is how to pass variables from VoxCommando to EG. I would like to use this to set the volume to a specific level. I can generate an event in EG such as:
Broadcast.tv-setvol '10'
I just don't know how to pass the variable "10" to the serial command:
kf 0 {eg.event.payload}\r
What do i need to replace {eg.event.payload} with to have the variable "10" passed on to this serial command so it reads: kf 0 10\r ??
Thanks for your help!