50_HP1000.pm: do not log uvCondition in DbLog

git-svn-id: https://svn.fhem.de/fhem/trunk@12354 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
loredo
2016-10-16 19:12:24 +00:00
parent 9252125d2b
commit 63272fe9cd

View File

@@ -1173,7 +1173,7 @@ sub HP1000_DbLog_split($$) {
my $hash = $defs{$device};
if ( $event =~
/^(windCompasspoint.*|.*_sum10m|.*_avg2m):\s([\w\.,]+)\s*(.*)/ )
/^(windCompasspoint.*|.*_sum10m|.*_avg2m|uvCondition):\s([\w\.,]+)\s*(.*)/ )
{
return undef;
}