For example, I would like to create a plugin that is always running in the background, and pull variables from it. The best example of this would be the Wake on Lan plugin:
This uses sometging like: plugin>xwol>192.168.1.100>%description%
Here it looks like it takes a configuration parameter IN (192.168.1.100), and provides the value of a variable (description) out.
Anyone have any "Hello World" examples of this data passing?
Thanks!