From 0d1e585876ed4894607c95e5af854ee7173ad0fb Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Fri, 20 Oct 2023 08:57:23 +0000 Subject: [PATCH] 70_PylonLowVoltage: fix warning git-svn-id: https://svn.fhem.de/fhem/trunk@28070 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/70_PylonLowVoltage.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/70_PylonLowVoltage.pm b/fhem/FHEM/70_PylonLowVoltage.pm index a4c1d8cd7..ecd411b76 100644 --- a/fhem/FHEM/70_PylonLowVoltage.pm +++ b/fhem/FHEM/70_PylonLowVoltage.pm @@ -1288,7 +1288,7 @@ sub pseudoHexToText { my $string = shift; my $charcode; - my $text; + my $text = ''; for (my $i = 0; $i < length($string); $i = $i + 2) { $charcode = hex substr ($string, $i, 2); # charcode = aquivalente Dezimalzahl der angegebenen Hexadezimalzahl