List all AP detected around, if signal is too low, AP is not listed to avoid connection problems.
Input
[ESP410] 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":"410",
"status":"ok",
"data":[
{"SSID":"Luc-Lab","SIGNAL":"100","IS_PROTECTED":"1"},
{"SSID":"CHT0573(Mesh)","SIGNAL":"100","IS_PROTECTED":"1"},
{"SSID":"[LG_AirPurifier]","SIGNAL":"48","IS_PROTECTED":"1"},
]
}
cmd
Id of requested command, should be410
status
status of command, should beok
-
data
content of response, here the list of AP detected with signal strength and if protected or not -
plain text format