From 8a8103d252882386d327a68e5d7041d569f0499d Mon Sep 17 00:00:00 2001 From: Stuart Ledingham <68251154+OnlineDynamic@users.noreply.github.com> Date: Wed, 16 Oct 2024 00:51:56 +0100 Subject: [PATCH] Update troubleshoot-commands.json to include Wifi_scan Addition of Wifi SCan to troubleshooting page --- www/troubleshoot-commands.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 +}