fix empty shuttername
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| UPD 2020-06-11_13:43:28 97934 FHEM/73_AutoShuttersControl.pm | ||||
| UPD 2020-06-09_14:07:06 186917 lib/FHEM/Automation/ShuttersControl.pm | ||||
| UPD 2020-06-18_08:06:28 187063 lib/FHEM/Automation/ShuttersControl.pm | ||||
| UPD 2020-06-09_13:21:45 2657 lib/FHEM/Automation/ShuttersControl/Dev.pm | ||||
| UPD 2020-06-09_13:21:45 2493 lib/FHEM/Automation/ShuttersControl/Roommate.pm | ||||
| UPD 2020-06-09_13:21:45 29833 lib/FHEM/Automation/ShuttersControl/Shutters.pm | ||||
|   | ||||
| @@ -3034,7 +3034,8 @@ sub ShuttersCommandSet { | ||||
| ## Sub welche die InternalTimer nach entsprechenden Sunset oder Sunrise zusammen stellt | ||||
| sub CreateSunRiseSetShuttersTimer { | ||||
|     my $hash        = shift; | ||||
|     my $shuttersDev = shift; | ||||
|     my $shuttersDev = shift // return Log3( $hash->{NAME}, 1, | ||||
| "AutoShuttersControl ($hash->{NAME}) - Error in function  CreateSunRiseSetShuttersTimer. No shuttersDev given"); | ||||
|  | ||||
|     my $name            = $hash->{NAME}; | ||||
|     my $shuttersDevHash = $defs{$shuttersDev}; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user