List available ESP3D modules/ ESP3D related devices around
Input
[ESP450] json=<no> pwd=<admin password>
-
json=no the output format can be in JSON or plain text
-
pwd=
the admin password if authentication is enabled
Output
- In json format
{
"cmd":"450",
"status":"ok",
"data":[
{
"Hostname":"esp3d-tft",
"IP":"192.168.1.108",
"port":"80",
"TxT":[
{"key":"version","value":"1.0.0.a18"},
{"key":"firmware","value":"ESP3D-TFT"}
]
}
]
}
cmd
Id of requested command, should be450
status
status of command, should beok
-
data
content of response, here the list of modules detected with hostname, IP, port and TXT record -
plain text format