Hey everyone,
Im pretty new to the Ross Custom Control panel and im trying POC some control of external 3rd party gear for use on a new project. Currently trying to change the source of a KVM with an HTTP Get Request.
The equipment requires that a fire an HTTP Get Request as follows:
/cgi-bin/channel?km=3
I was able to make this work through a command line on my computer connected to the system using the following:
curl -g /cgi-bin/channel?km=3
In Dashboard i am attempting to do the same using the pre built OgScript HTTP ASync Message (this may not be the write way to do this) with the below inputs:
url: /cgi-bin/channel?km=3
method: GET
content: text/plain (i have tried all options in this dropdown)
data: (nothing)
callback: null
I would appreciate any input or experience anyone has had in this area. As i said i'm new to this and learning as i go so any input would be Awesome!