diff --git a/fhem/FHEM/72_FRITZBOX.pm b/fhem/FHEM/72_FRITZBOX.pm index 005e47c1e..ff1ca4428 100644 --- a/fhem/FHEM/72_FRITZBOX.pm +++ b/fhem/FHEM/72_FRITZBOX.pm @@ -153,7 +153,7 @@ sub FRITZBOX_Initialize($) ."fritzBoxIP " ."INTERVAL " ."pwdFile " - ."ringWithIntern:0,1,2,3,4 " + ."ringWithIntern:0,1,2 " ."telnetUser " .$readingFnAttributes; @@ -1371,7 +1371,7 @@ sub FRITZBOX_Open_Connection($) return undef unless $hash->{REMOTE} == 1; - return "Error: Perl modul ".$missingModulRemote."is missing on this system" + return "Error: Perl modul ".$missingModulRemote."is missing on this system. Please install before using this modul." if $missingModulRemote; my $host = AttrVal( $name, "fritzBoxIP", "fritz.box" ); @@ -1774,6 +1774,7 @@ sub FRITZBOX_fritztris($)