7. Lightware REST API Reference
UCX series – User's Manual
91
Applied firmware package: v1.2.0b9 | LDC software: v2.5.10b1
7.12.4.
Emulating an EDID to an Input Port
Request and Response
ɯ
header:
POST·http://
<ip>
/api/V1/EDID/switch·HTTP/1.1
ɯ
body:
<source>
:
<destination>
ɮ
header:
200 OK
ɮ
body:
<source>
:
<destination>
Parameters
Parameter
Parameter description
Values
Value description
<source>
Source EDID memory place
F1-F120
Factory EDIDs
U1-U14
User EDIDs
D1-D2
Dynamic EDIDs
<destination>
The emulated EDID memory of the desired input port
U1-U14
User EDIDs
Example
ɯ
header:
POST http://192.168.0.50/api/V1/EDID/switch HTTP/1.1
ɯ
body: F49:E2
ɮ
header:
200 OK
ɮ
body: OK
7.12.5.
Emulating an EDID to All Input Ports
Request and Response
ɯ
header:
POST·http://
<ip>
/api/V1/EDID/switchAll·HTTP/1.1
ɯ
body:
<source>
ɮ
header:
200 OK
ɮ
body: OK
Parameters
Parameter
Parameter description
Values
Value description
<source>
Source EDID memory place
F1-F148
Factory EDIDs
U1-U100
User EDIDs
D1-D2
Dynamic EDIDs
Example
ɯ
header:
POST http://192.168.0.50/api/V1/EDID/switchAll HTTP/1.1
ɯ
body: F47
ɮ
header:
200 OK
ɮ
body: OK
7.12.6.
Copy an EDID to User Memory
Request and Response
ɯ
header:
POST·http://
<ip>
/api/V1/EDID/copy·HTTP/1.1
ɯ
body:
<source>
:
<destination>
ɮ
header:
200 OK
ɮ
body: OK
Parameters
Parameter
Parameter description
Values
Value description
<source>
Source EDID memory place
F1-F148
Factory EDIDs
U1-U100
User EDIDs
D1-D2
Dynamic EDIDs
<destination>
The emulated EDID memory of the desired input port
U1-U100
User EDIDs
Example
ɯ
header:
POST http://192.168.0.50/api/V1/EDID/copy HTTP/1.1
ɮ
body: F1:U2
ɮ
header:
200 OK
ɮ
body: OK
7.12.7.
Deleting an EDID from User Memory
Request and Response
ɯ
header:
POST·http://
<ip>
/api/V1/EDID/delete·HTTP/1.1
ɯ
body:
<user_edid>
ɮ
header:
200 OK
ɮ
body: OK
Parameters
Parameter
Parameter description
Values
Value description
<user_edid>
The emulated EDID memory of the desired input port.
U1-U14
User EDIDs
Example
ɯ
header:
POST http://192.168.0.50/api/V1/EDID/delete HTTP/1.1
ɯ
body: U2
ɮ
header:
200 OK
ɮ
body: OK