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

PROPLANTA: Bugfix bei Vorschau <14 Tage

git-svn-id: https://svn.fhem.de/fhem/trunk@8147 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tpoitzsch 2015-03-03 19:29:40 +00:00
parent 495784ede0
commit 2632fc16cb

View File

@ -650,9 +650,7 @@ sub PROPLANTA_Done($)
{
if ($fcDays < 14 && $rName =~ /^fc(\d+)_/)
{
my $rFcDay = $rName;
$rFcDay =~ s/^fc(\d+)_/$1/;
next unless $rFcDay < $fcDays;
next unless $1 < $fcDays;
}
readingsBulkUpdate( $hash, $rName, $rValue );
PROPLANTA_Log $hash, 5, "reading:$rName value:$rValue";