Home AMX Forum AMX General Discussion
Options

Barco API - OL Series

Does anyone have any code examples for using the Barco API http Post commands?

I have tried sending different variations of the following:

SEND_STRING dvSocket,"'POST /ol/wall/1,1/actions HTTP/1.0',13,10"
SEND_STRING dvSocket,"'Content-Length: 57',13,10"
SEND_STRING dvSocket,"13,10"
SEND_STRING dvSocket,"'{"action":{"name":"switchOn"}}',13,10"
SEND_STRING dvSocket,"13,10"

Comments

Sign In or Register to comment.