Go to documentation repository
Previous page Next page
GET http://IP-address:8888/SelectDisplay
Parametr | Required | 설명 |
---|---|---|
displayId | Yes | Monitor id (see 디스플레이 목록 가져오기). |
Sample request:
GET http://127.0.0.1:8888/SelectDisplay?displayId=\\.\DISPLAY1
Sample responce:
{ "Description": "", "Status": "OK" }
Here is an example of an error message:
{ \"result\":\"error\" }