mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-17 05:16:02 +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:
parent
0722fb78f1
commit
c6d8f0fdcb
@ -463,12 +463,10 @@ FRITZBOX_Readout_Run($)
|
|||||||
|
|
||||||
my $returnStr = "$name|";
|
my $returnStr = "$name|";
|
||||||
|
|
||||||
if ($result = FRITZBOX_Open_Connection( $hash ) )
|
$result = FRITZBOX_Open_Connection( $hash );
|
||||||
{
|
return "$name|Error|$result"
|
||||||
$returnStr .= "Error|".$result;
|
if $result;
|
||||||
return $returnStr;
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($slowRun == 1)
|
if ($slowRun == 1)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user