Go to documentation repository
GET http://IP-address:8888/SelectDisplay
Parametr파라미터 | Required필수 | Description설명 |
---|---|---|
displayId | Yes | Monitor 모니터 id (see 디스플레이 목록 가져오기 참조). |
Sample request샘플 요청:
GET http://127.0.0.1:8888/SelectDisplay?displayId=\\.\DISPLAY1
Sample responce샘플 응답:
Code Block |
---|
{ "Description": "", "Status": "OK" } |
Here is an example of an error message:여기 오류 메시지 예시가 있습니다.
Code Block |
---|
{ \"result\":\"error\" } |
...