From 0abb55de6718bf6bc7ee88ed4284f2acf9615a4e Mon Sep 17 00:00:00 2001 From: jowiemann <> Date: Wed, 3 Apr 2024 12:56:00 +0000 Subject: [PATCH] 72_FRITZBOX.pm: Version 07.57.12c git-svn-id: https://svn.fhem.de/fhem/trunk@28743 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/72_FRITZBOX.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fhem/FHEM/72_FRITZBOX.pm b/fhem/FHEM/72_FRITZBOX.pm index cc18556d8..3933ebd42 100644 --- a/fhem/FHEM/72_FRITZBOX.pm +++ b/fhem/FHEM/72_FRITZBOX.pm @@ -45,7 +45,7 @@ use warnings; use Blocking; use HttpUtils; -my $ModulVersion = "07.57.12b"; +my $ModulVersion = "07.57.12c"; my $missingModul = ""; my $FRITZBOX_TR064pwd; my $FRITZBOX_TR064user; @@ -2882,6 +2882,7 @@ sub FRITZBOX_Readout_Start($) $hash->{helper}{READOUT_RUNNING_PID} = BlockingCall($runFn, $name, "FRITZBOX_Readout_Done", $timeout, "FRITZBOX_Readout_Aborted", $hash); + $hash->{helper}{READOUT_RUNNING_PID}->{loglevel} = GetVerbose($name); FRITZBOX_Log $hash, 4, "Fork process $runFn"; } else { @@ -5756,6 +5757,7 @@ sub FRITZBOX_Readout_SetGet_Start($) $hash->{helper}{CMD_RUNNING_PID} = BlockingCall($cmdFunction, $handover, "FRITZBOX_Readout_SetGet_Done", $timeout, "FRITZBOX_Readout_SetGet_Aborted", $hash); + $hash->{helper}{READOUT_RUNNING_PID}->{loglevel} = GetVerbose($name); return undef; } # end FRITZBOX_Readout_SetGet_Start