FRITZBOX: Debugging improved
git-svn-id: https://svn.fhem.de/fhem/trunk@7199 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user