";
+ $returnStr .= "" . ($result->{data}->{ledSettings}->{ledDisplay} ? "off" : "on") . " | ";
+ $returnStr .= "\n";
+
+ $returnStr .= "\n";
+ $returnStr .= "" . "LED-Helligkeit einstellbar" . " | ";
+ $returnStr .= "" . ($result->{data}->{ledSettings}->{canDim} ? "yes" : "no") . " | ";
+ $returnStr .= "
\n";
+
+ if($result->{data}->{ledSettings}->{canDim}) {
+ $returnStr .= "\n";
+ $returnStr .= "" . "LED-Helligkeit" . " | ";
+ $returnStr .= "" . ($result->{data}->{ledSettings}->{dimValue}) . " | ";
+ $returnStr .= "
\n";
+ $setpossible .= " and/or <bright:1..3>";
+ }
+
+ $returnStr .= "\n";
+ $returnStr .= "" . "LED-Helligkeit an Umgebungslicht" . " | ";
+ $returnStr .= "" . ($result->{data}->{ledSettings}->{hasEnv} ? "yes" : "no") . " | ";
+ $returnStr .= "
\n";
+
+ if($result->{data}->{ledSettings}->{hasEnv}) {
+ $returnStr .= "\n";
+ $returnStr .= "" . "LED-Helligkeit Umgebungslicht" . " | ";
+ $returnStr .= "" . ($result->{data}->{ledSettings}->{envLight} ? "on" : "off") . " | ";
+ $returnStr .= "
\n";
+ $setpossible .= " and/or <env:on|off>";
+ }
+
+ $returnStr .= "
\n";
+ $returnStr .= "";
+ $returnStr .= "" . ($result->{data}->{filterList}->{isGlobalFilterStealth} ? "on" : "off") . " | ";
+ $returnStr .= "\n";
+
+ $returnStr .= "\n";
+ $returnStr .= "" . "E-Mail-Filter über Port 25 aktiv" . " | ";
+ $returnStr .= "" . ($result->{data}->{filterList}->{isGlobalFilterSmtp} ? "on" : "off") . " | ";
+ $returnStr .= "
\n";
+
+ $returnStr .= "\n";
+ $returnStr .= "" . "NetBIOS-Filter aktiv" . " | ";
+ $returnStr .= "" . ($result->{data}->{filterList}->{isGlobalFilterNetbios} ? "on" : "off") . " | ";
+ $returnStr .= "
\n";
+
+ $returnStr .= "\n";
+ $returnStr .= "" . "Teredo-Filter aktiv" . " | ";
+ $returnStr .= "" . ($result->{data}->{filterList}->{isGlobalFilterTeredo} ? "on" : "off") . " | ";
+ $returnStr .= "
\n";
+
+ $returnStr .= "\n";
+ $returnStr .= "" . "WPAD-Filter aktiv" . " | ";
+ $returnStr .= "" . ($result->{data}->{filterList}->{isGlobalFilterWpad} ? "on" : "off") . " | ";
+ $returnStr .= "
\n";
+
+ $returnStr .= "
\n";
+
+ return $returnStr;
+
+} # end FRITZBOX_WLAN_globalFilters
+
# get list of VPN Shares
############################################
sub FRITZBOX_VPN_Shares_List($) {
@@ -8537,6 +9111,17 @@ sub FRITZBOX_readPassword($)
Switches the guest WLAN on or off. The guest password must be set. If necessary, the normal WLAN is also switched on.