List available ESP3D modules/ ESP3D related devices around
[ESP450] json=(no) pwd=(admin password)
-
json=no the output format can be in JSON or plain text
-
pwd=(admin password) the admin password if authentication is enabled
Output
Section titled “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"} ] } ]}cmdId of requested command, should be450statusstatus of command, should beokdatacontent of response, here the list of modules detected with hostname, IP, port and TXT record
- plain text format
Start Scanesp3d-tft (192.168.1.108:80) version=1.0.0.a18,firmware=ESP3D-TFTEnd Scan