mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-16 04:36:02 +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:
parent
8d7c3a3d8d
commit
4648af6498
@ -226,6 +226,8 @@ sub FRITZBOX_Initilize_TR064 ($)
|
|||||||
my ($hash) = @_;
|
my ($hash) = @_;
|
||||||
my $name = $hash->{NAME};
|
my $name = $hash->{NAME};
|
||||||
|
|
||||||
|
return if AttrVal( $name, "forceTelnetConnection", 0 );
|
||||||
|
|
||||||
if ($missingModulTR064) {
|
if ($missingModulTR064) {
|
||||||
FRITZBOX_Log $hash, 2, "Cannot use TR-064. Perl modul ".$missingModulTR064."is missing on this system. Please install.";
|
FRITZBOX_Log $hash, 2, "Cannot use TR-064. Perl modul ".$missingModulTR064."is missing on this system. Please install.";
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user