2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

72_FRITZBOX: FB ohne DSL/vDSL für entspr. Funkt. ausgenommen

git-svn-id: https://svn.fhem.de/fhem/trunk@27091 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jowiemann 2023-01-20 11:53:28 +00:00
parent 14c8e34c36
commit bd7402bd3a

View File

@ -41,7 +41,7 @@ use warnings;
use Blocking;
use HttpUtils;
my $ModulVersion = "07.50.4b";
my $ModulVersion = "07.50.4c";
my $missingModul = "";
my $missingModulTelnet = "";
my $missingModulWeb = "";
@ -2512,7 +2512,7 @@ sub FRITZBOX_Readout_Run_Web($)
}
}
if (($avmModel =~ "Box") && ($avmModel !~ "40[2,4,6]0") ) { # 4020, 4040, 4060 ohne Modem
if (($avmModel =~ "Box") && (lc($avmModel) !~ "40[2,4,6]0|fiber|cable|68[2,5]0") ) { # FB ohne VDSL
my @tr064CmdArray = (["WANDSLInterfaceConfig:1", "wandslifconfig1", "GetInfo"]);
my @tr064Result = FRITZBOX_TR064_Cmd( $hash, 0, \@tr064CmdArray );
if ($tr064Result[0]->{UPnPError}) {