2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-05 18:16:44 +00:00

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:
jpawlowski 2016-10-16 19:12:24 +00:00
parent 8bf0ddf176
commit bd6b611e9f

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;
}