Team,
I have a JVC device I discovered I can probe for the status to do actions on other devices.
The connection is TCP/IP and I need to send a sequence
after the command I get the result code I have to interpret and provide the result in the status and close the connection. Ususally is very fast.
Concurrency is not allowed so if the first query is still active and the component is invoked it should simply skip
The optimal scenario is to execute this every second or every xx (configruable) in order to have the right response time.
I tried to read the documentation but I’m a little lost on which could be the best way to proceed and create… also if anyone wants to help is welcome