fix little bug

This commit is contained in:
Marko Oldenburg 2019-05-24 11:49:40 +02:00
parent fcb96d9878
commit 23225421f7

View File

@ -892,7 +892,7 @@ sub EventProcessingWindowRec($@) {
if ( $events =~ m#.*state:.*(open(?>ed)?|closed?|tilt(?>ed)?)# if ( $events =~ m#.*state:.*(open(?>ed)?|closed?|tilt(?>ed)?)#
and IsAfterShuttersManualBlocking($shuttersDev) ) and IsAfterShuttersManualBlocking($shuttersDev) )
{ {
$match = $1; my $match = $1;
ASC_Debug( 'EventProcessingWindowRec: ' ASC_Debug( 'EventProcessingWindowRec: '
. $shutters->getShuttersDev . $shutters->getShuttersDev