diff --git a/mopidy_websettings/index.html b/mopidy_websettings/index.html index 5ac7c50..da935d3 100644 --- a/mopidy_websettings/index.html +++ b/mopidy_websettings/index.html @@ -56,6 +56,27 @@

Network

+ +

Enhances Wifi security, not supported by all Wifi access points/routers.

+
+ +
+ +

Should be enabled if Wifi network is hidden (SSID broadcasting is disabled). Always required on some Wifi adapters with buggy drivers.

+
+ +
+

Here you can change the default workgroup of the Windows network. This will set the workgroup to the name you want

diff --git a/mopidy_websettings/settingsspec.ini b/mopidy_websettings/settingsspec.ini index 9366d4e..105c9fe 100644 --- a/mopidy_websettings/settingsspec.ini +++ b/mopidy_websettings/settingsspec.ini @@ -46,6 +46,8 @@ auth_token = "string(default='')" [network] wifi_network = "string(default='')" wifi_password = "string(default='')" +wifi_wpa2_aes = "boolean(default=false)" +wifi_scan_ssid = "boolean(default=true)" name = "string(default='MusicBox')"