I'm trying to create a TMS template to register a URL and Expressions to a feedback slot. My question is - what is the fomrat for adding more than one expression?
The code I'm using works fine for Expression 1, but I can't figure out how to add Expression 2, 3 etc. For everything I've tried so far the template either fails or all the expressions I'm trying to add get consolidated into Expression 1.
<Command><HttpFeedback><Register>
<FeedbackSlot>1</FeedbackSlot>
<ServerUrl>https://10.............../ServerUrl>
<Expression>/Status/Audio/ Microphones/Mute</Expression>
<Expression>/Status/Audio/Volume</Expression>
</Register></HttpFeedback></Command>