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:
@@ -1173,7 +1173,7 @@ sub HP1000_DbLog_split($$) {
|
|||||||
my $hash = $defs{$device};
|
my $hash = $defs{$device};
|
||||||
|
|
||||||
if ( $event =~
|
if ( $event =~
|
||||||
/^(windCompasspoint.*|.*_sum10m|.*_avg2m):\s([\w\.,]+)\s*(.*)/ )
|
/^(windCompasspoint.*|.*_sum10m|.*_avg2m|uvCondition):\s([\w\.,]+)\s*(.*)/ )
|
||||||
{
|
{
|
||||||
return undef;
|
return undef;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user