Help with Blu-50 Third Party Control Strings
Hi all, I'm new to Soundweb/Audio Architect but have previously integrated other AV products into a Touch Screen dashboard control using Node-Red.
I need to control a Blu-50 using TCP commands from Node-Red, I have connected to the Blu-50's IP/Port and the com LED flashes orange when I send a command, however I'm struggling with the command strings.
I've added a Third Party Controller to Audio Architect and can drag/drop controls onto the Third Party Controller which gives me the required hex strings, that I can copy at the bottom of the screen.
However I'm having problems formatting the commands correctly from Node-Red, I have read elsewhere that I need to:
"change the Input node to a buffer type. The input text is expected to be a json array of decimal integers so you'll have to convert that hex into decimal, remove any leading zeroes, and wrap it in []"
I still can't get it to work, if anyone can offer any help it would be greatly appreciated