2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 09:55:38 +00:00

72_FRITZBOX.pm: Dumper Fehler

git-svn-id: https://svn.fhem.de/fhem/trunk@27478 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jowiemann 2023-04-22 11:21:41 +00:00
parent aaf194086c
commit 73dc207c14

View File

@ -5308,7 +5308,8 @@ sub FRITZBOX_SOAP_Test_Request($$$)
my $hash = $defs{FritzBox};
return Dumper FRITZBOX_SOAP_Request($hash, $control_url, $service_type, $service_command);
}
} # FRITZBOX_SOAP_Test_Request
# Execute a Command via SOAP Request
#################################################
@ -5356,11 +5357,11 @@ EOD
my $resp_init = $ua->post($init_url, Content_Type => 'text/xml; charset=utf-8', Content => $init_request);
my $xml_resp = XMLin($resp_init->decoded_content);
FRITZBOX_Log $hash, 5, "DEBUG: XML_RESONSE:\n" . Dumper $xml_resp;
# FRITZBOX_Log $hash, 5, "DEBUG: XML_RESONSE:\n" . Dumper $xml_resp;
return $xml_resp;
} # end of FRITZBOX_TR064_Cmd
} # FRITZBOX_SOAP_Request
# Execute a Command via TR-064
#################################################