Sony MDR-ZX110NC Noise-Canceling On-Ear Headphones User Manual
Page 16
D:\_SONY TV\SY21_B2B_UCF_RG_131\01US\5027091131_US.fm
master page: Left
FW-100BZ40J / 75BZ30J / 65BZ30J / 55BZ30J1 / 55BZ30J / 50BZ35J / 50BZ30J / 43BZ35J / 43BZ30J / 32BZ30J
5-027-091-
13
(1)
16
US
When using [IP control], set the LCD Display as follows first.
Go to [Settings]
t
[Network & Internet]
t
[Home network]
t
[IP control].
For REST API and IRCC-IP,
• Select [Authentication].
• Set [Pre-Shared Key] if needed.
For Simple IP control,
• Enable [Simple IP control].
Here is the example of a request and response to acquire the power status to the LCD Display
(IP address: 192.168.0.1 Pre-shared Key “1234”).
URL
http://192.168.0.1/sony/system
Request
Response
For more details on [IP control], please contact your sales representative.
LCD Display settings
Example of HTTP request and response for REST API
POST /sony/system HTTP/1.1
Host: 192.168.0.1
Content-Type: application/json; charset=UTF-8
Content-Length: 70
X-Auth-PSK: 1234
{"method": "getPowerStatus", "params": [], "id": 50, "version": "1.0"}
HTTP/1.1 200 OK
Content-Type: application/json; charset=UTF-8
Content-Length: 44
{"result": [{"status": "active"}], "id": 50}