Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is [available too].

Previous page Next page

GET http://IPaddress:8888/SwitchLayout

파라미터필수설명
layoutIdYes레이아웃 id (레이아웃 목록 가져오기 참조).
displayIdYes모니터 id (디스플레이 목록 가져오기 참조).

샘플 요청:

GET http://127.0.0.1:8888/SwitchLayout?layoutId=102&displayId=\\.\DISPLAY1

샘플 응답:

{
    "Description": "",
    "Status": "OK"
}

여기 오류 메세지 예시가 있습니다.

{
	\"result\":\"error\"
}

Note

존재하지 않는 ID를 가진 레이아웃을 지정하면 오류가 발생할 수 있습니다.

  • No labels