I am trying to monitor the available storage on an AJA Ki pro and this is what i can do
by using this http request: http://device_ip/values?eParamID_CurrentMediaAvailable
i get this in response: var param_val = { name:"Media Available", value:"73" };
This works in a web browser.
Any way i can use that response i am getting and pull the number from the value and setup a channel?
Add comment