From d738f712354c45f0ff7b43ed3e48deca112a7de5 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Thu, 22 Oct 2020 19:56:32 -0700 Subject: [PATCH] Config.json sample and schema fixes. --- sample-config-advanced.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/sample-config-advanced.json b/sample-config-advanced.json index 6f4bef1c..a2865083 100644 --- a/sample-config-advanced.json +++ b/sample-config-advanced.json @@ -212,6 +212,19 @@ } } }, + "_amtManager": { + "adminAccounts": [{ "user": "admin", "pass": "MyP@ssw0rd" }], + "environmentDetection": [ "domain1.com", "domain2.com", "domain3.com", "domain4.com" ], + "wifiProfiles": [ + { + "name": "Profile1", + "ssid": "MyStation1", + "authentication": "wpa2-psk", + "encryption": "ccmp-aes", + "password": "MyP@ssw0rd" + } + ] + }, "_redirects": { "meshcommander": "https://www.meshcommander.com/" },