fix syntax error line 1061, near "} return"
This commit is contained in:
parent
c3f7191f70
commit
dd75295e94
@ -1,10 +1,10 @@
|
||||
UPD 2021-04-29_12:22:26 97974 FHEM/73_AutoShuttersControl.pm
|
||||
UPD 2021-05-10_08:20:42 74350 lib/FHEM/Automation/ShuttersControl.pm
|
||||
UPD 2021-05-10_08:26:03 97974 FHEM/73_AutoShuttersControl.pm
|
||||
UPD 2021-05-11_06:18:46 74350 lib/FHEM/Automation/ShuttersControl.pm
|
||||
UPD 2020-06-22_09:41:40 2657 lib/FHEM/Automation/ShuttersControl/Dev.pm
|
||||
UPD 2020-07-26_17:36:29 2496 lib/FHEM/Automation/ShuttersControl/Roommate.pm
|
||||
UPD 2021-02-26_14:36:10 31487 lib/FHEM/Automation/ShuttersControl/Shutters.pm
|
||||
UPD 2021-04-29_12:22:26 25329 lib/FHEM/Automation/ShuttersControl/Shading.pm
|
||||
UPD 2021-04-29_12:22:26 110757 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm
|
||||
UPD 2021-05-10_08:26:03 25329 lib/FHEM/Automation/ShuttersControl/Shading.pm
|
||||
UPD 2021-05-10_08:26:03 110757 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm
|
||||
UPD 2021-02-26_14:36:10 40628 lib/FHEM/Automation/ShuttersControl/Helper.pm
|
||||
UPD 2020-06-22_09:41:40 2175 lib/FHEM/Automation/ShuttersControl/Window.pm
|
||||
UPD 2021-04-27_07:52:31 11742 lib/FHEM/Automation/ShuttersControl/Dev/Attr.pm
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user