fix syntax error line 1061, near "} return"

This commit is contained in:
2021-05-11 06:19:05 +02:00
parent c3f7191f70
commit dd75295e94
2 changed files with 5 additions and 5 deletions

View File

@ -1058,7 +1058,7 @@ sub CreateSunRiseSetShuttersTimer {
);
my $name = $hash->{NAME};
my $shuttersDevHash = $defs{$shuttersDev} return // Log3( $hash->{NAME}, 1,
my $shuttersDevHash = $defs{$shuttersDev} // return Log3( $hash->{NAME}, 1,
"AutoShuttersControl ($hash->{NAME}) - Error in function CreateSunRiseSetShuttersTimer. No shuttersDevHash found for device name $shuttersDev"
);
my %funcHash;