diff --git a/www/troubleshoot-commands.json b/www/troubleshoot-commands.json index 19e18aa9f..757f322ed 100644 --- a/www/troubleshoot-commands.json +++ b/www/troubleshoot-commands.json @@ -31,6 +31,14 @@ "all" ] }, + "AvailableAPs": { + "title": "Wifi AP Scan", + "description": "A scan of available wifi network near the fpp device", + "cmd": "sudo bash /opt/fpp/scripts/wifi_scan.sh", + "platforms": [ + "all" + ] + }, "Routing": { "title": "Routing", "description": "", @@ -512,4 +520,4 @@ } } } -} \ No newline at end of file +}