Hi all, I'm controlling my Hyperion server using JSON commands via Node-Red, and need to have 'feedback' from Hyperion so that I can change the color of the button.
As an example I have a button on my Node-Red dashboard with a dark red background colour that when pressed sends a Json Rpc command that sets the LEDs to Red, I then need the button colour to change to a bright red when the response from the Hyperion server reports back that the LED's are Red.
If the status is anything other than 'Red' then I want the button colour to change back to dark red.
I've tried looking at the json response sent back from Hyperion after I send a command, but can't see how I can filter that to only relate to a specific request, as I only see a response such as:
Thanks in advance for any help.