2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-15 22:26:04 +00:00

FRITZBOX: improved robustness

git-svn-id: https://svn.fhem.de/fhem/trunk@8826 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tpoitzsch 2015-06-25 12:39:07 +00:00
parent 8d7c3a3d8d
commit 4648af6498

View File

@ -226,6 +226,8 @@ sub FRITZBOX_Initilize_TR064 ($)
my ($hash) = @_;
my $name = $hash->{NAME};
return if AttrVal( $name, "forceTelnetConnection", 0 );
if ($missingModulTR064) {
FRITZBOX_Log $hash, 2, "Cannot use TR-064. Perl modul ".$missingModulTR064."is missing on this system. Please install.";
return;