List all AP detected around, if signal is too low, AP is not listed to avoid connection problems.
[ESP410] 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":"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"}, ]}cmdId of requested command, should be410statusstatus of command, should beokdatacontent of response, here the list of AP detected with signal strength and if protected or not
- plain text format
Start ScanLuc-Lab 100% SecureCHT0573(Mesh) 100% Secure[LG_AirPurifier] 46% SecureEnd Scan