diff --git a/73_AutoShuttersControl.pm b/73_AutoShuttersControl.pm index 6406c8f..c676273 100644 --- a/73_AutoShuttersControl.pm +++ b/73_AutoShuttersControl.pm @@ -892,7 +892,7 @@ sub EventProcessingWindowRec($@) { if ( $events =~ m#.*state:.*(open(?>ed)?|closed?|tilt(?>ed)?)# and IsAfterShuttersManualBlocking($shuttersDev) ) { - $match = $1; + my $match = $1; ASC_Debug( 'EventProcessingWindowRec: ' . $shutters->getShuttersDev