72_FRITZBOX.pm: Fehlerbereinigung u.a. "," Reading

git-svn-id: https://svn.fhem.de/fhem/trunk@27044 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jowiemann
2023-01-13 13:13:37 +00:00
parent b9695de836
commit 1e2da34778

View File

@@ -2677,10 +2677,6 @@ sub FRITZBOX_Readout_Process($$)
my $name = $hash->{NAME};
my (%values) = split("\\|", $string);
if ($string =~ /\,/ ) {
FRITZBOX_Log $hash, 3, "DEBUG: Processing " . keys(%values) . " readouts.\n" . $string;
}
my @reading_list = split(/\,/, AttrVal($name, "disableBoxReadings", "none"));
readingsBeginUpdate($hash);
@@ -2945,10 +2941,6 @@ sub FRITZBOX_Readout_Add_Reading ($$$$@)
push @{$roReadings}, $rName . "|" . $rValue ;
if ($rName =~ /\,/) {
FRITZBOX_Log $hash, 1, "ERROR: (,) Reading: $rValue from caller -> $sub.$xline";
}
FRITZBOX_Log $hash, 5, "DEBUG: $rName: $rValue";
}