2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 13:24:56 +00:00

FRITZBOX: Debugging improved

git-svn-id: https://svn.fhem.de/fhem/trunk@7199 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tpoitzsch 2014-12-14 07:35:03 +00:00
parent 0722fb78f1
commit c6d8f0fdcb

View File

@ -463,12 +463,10 @@ FRITZBOX_Readout_Run($)
my $returnStr = "$name|";
if ($result = FRITZBOX_Open_Connection( $hash ) )
{
$returnStr .= "Error|".$result;
return $returnStr;
}
$result = FRITZBOX_Open_Connection( $hash );
return "$name|Error|$result"
if $result;
if ($slowRun == 1)
{