Merge branch 'master' into devel

This commit is contained in:
2020-07-07 14:51:06 +02:00
2 changed files with 6 additions and 5 deletions

View File

@ -549,6 +549,7 @@ sub EventProcessingGeneral {
EventProcessingWind( $hash, $device, $events )
if ( $deviceAttr eq 'ASC_windSensor'
and $events =~ m{$windReading}xms );
EventProcessingTwilightDevice( $hash, $device, $events )
if ( $deviceAttr eq 'ASC_twilightDevice' );
}