2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-23 20:52:13 +00:00

SynoMOdules: extend the routines

git-svn-id: https://svn.fhem.de/fhem/trunk@22670 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2020-08-25 19:57:15 +00:00
parent 54ecac6739
commit b07271e912

View File

@ -97,7 +97,7 @@ sub getClHash {
for (my $k=1; (defined($hash->{HELPER}{CL}{$k})); $k++ ) {
Log3 ($name, 4, "$name - Clienthash number: $k");
while (my ($key,$val) = each(%{$hash->{HELPER}{CL}{$k}})) {
$val = $val // " ";
$val = $val // q{};
Log3 ($name, 4, "$name - Clienthash: $key -> $val");
}
}