{
	"setVar": "a=1"
},
{
	"setVar": ["a=1", "b=2", "c=3"]
},
{
	"setVar": "all:a=1"
},
{
	"setVar": "nolocal:a=1"
}
ValueDescription
a=1Set a channel variable for the A leg.
"a=1", "b=2", "c=3"
Set multiple channel variables for the A leg.
all:a=1
Exports a channel variable for the A leg and the B leg.
nolocal:a=1
Exports a channel variable only for the B leg.