From e1e66bf8dc1992052629c459b5da38e7c042b019 Mon Sep 17 00:00:00 2001 From: tpoitzsch Date: Mon, 29 Dec 2014 14:22:05 +0000 Subject: [PATCH] FRITZBOX: fhemwikilink git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7354 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/72_FRITZBOX.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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($)