2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

FRITZBOX: fixed radio name

git-svn-id: https://svn.fhem.de/fhem/trunk@8459 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tpoitzsch 2015-04-20 16:53:58 +00:00
parent 715bf38542
commit af42e0d6e4

View File

@ -726,12 +726,12 @@ sub FRITZBOX_Readout_Run($)
$resultArray = FRITZBOX_Readout_Query( $hash, \@readoutCmdArray, \@readoutReadings );
# @radio = ();
my @radio = ();
for (0..$radioCount-1)
{
if ($resultArray->[$_] ne "")
{
# $radio[$_] = $resultArray->[$_];
$radio[$_] = $resultArray->[$_];
push @readoutReadings, "fhem->radio->".$_."|".$resultArray->[$_];
}
}