condition and log output for bug no name given in readingsBeginUpdate
This commit is contained in:
parent
9eda91cac1
commit
cd080e1d4d
@ -1,15 +1,15 @@
|
|||||||
UPD 2020-11-09_06:42:03 97618 FHEM/73_AutoShuttersControl.pm
|
UPD 2020-11-09_06:58:59 97618 FHEM/73_AutoShuttersControl.pm
|
||||||
UPD 2020-10-23_07:22:10 74159 lib/FHEM/Automation/ShuttersControl.pm
|
UPD 2020-11-09_07:06:40 74314 lib/FHEM/Automation/ShuttersControl.pm
|
||||||
UPD 2020-06-22_09:41:40 2657 lib/FHEM/Automation/ShuttersControl/Dev.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 2020-07-26_17:36:29 2496 lib/FHEM/Automation/ShuttersControl/Roommate.pm
|
||||||
UPD 2020-08-12_11:00:05 31376 lib/FHEM/Automation/ShuttersControl/Shutters.pm
|
UPD 2020-08-12_11:00:05 31376 lib/FHEM/Automation/ShuttersControl/Shutters.pm
|
||||||
UPD 2020-11-09_06:54:45 25599 lib/FHEM/Automation/ShuttersControl/Shading.pm
|
UPD 2020-11-09_06:58:59 25599 lib/FHEM/Automation/ShuttersControl/Shading.pm
|
||||||
UPD 2020-11-09_06:42:03 110008 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm
|
UPD 2020-11-09_06:58:59 110008 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm
|
||||||
UPD 2020-10-23_07:22:10 45903 lib/FHEM/Automation/ShuttersControl/Helper.pm
|
UPD 2020-10-23_07:22:10 45903 lib/FHEM/Automation/ShuttersControl/Helper.pm
|
||||||
UPD 2020-06-22_09:41:40 2175 lib/FHEM/Automation/ShuttersControl/Window.pm
|
UPD 2020-06-22_09:41:40 2175 lib/FHEM/Automation/ShuttersControl/Window.pm
|
||||||
UPD 2020-11-09_06:42:03 11609 lib/FHEM/Automation/ShuttersControl/Dev/Attr.pm
|
UPD 2020-11-09_06:58:59 11609 lib/FHEM/Automation/ShuttersControl/Dev/Attr.pm
|
||||||
UPD 2020-07-03_11:29:10 7251 lib/FHEM/Automation/ShuttersControl/Dev/Readings.pm
|
UPD 2020-07-03_11:29:10 7251 lib/FHEM/Automation/ShuttersControl/Dev/Readings.pm
|
||||||
UPD 2020-11-09_06:42:03 52525 lib/FHEM/Automation/ShuttersControl/Shutters/Attr.pm
|
UPD 2020-11-09_06:58:59 52525 lib/FHEM/Automation/ShuttersControl/Shutters/Attr.pm
|
||||||
UPD 2020-06-22_09:41:40 2903 lib/FHEM/Automation/ShuttersControl/Shutters/Readings.pm
|
UPD 2020-06-22_09:41:40 2903 lib/FHEM/Automation/ShuttersControl/Shutters/Readings.pm
|
||||||
UPD 2020-11-09_06:42:03 3980 lib/FHEM/Automation/ShuttersControl/Window/Attr.pm
|
UPD 2020-11-09_06:58:59 3980 lib/FHEM/Automation/ShuttersControl/Window/Attr.pm
|
||||||
UPD 2020-06-22_09:41:40 2288 lib/FHEM/Automation/ShuttersControl/Window/Readings.pm
|
UPD 2020-06-22_09:41:40 2288 lib/FHEM/Automation/ShuttersControl/Window/Readings.pm
|
||||||
|
@ -1052,13 +1052,15 @@ sub ShuttersCommandSet {
|
|||||||
|
|
||||||
## Sub welche die InternalTimer nach entsprechenden Sunset oder Sunrise zusammen stellt
|
## Sub welche die InternalTimer nach entsprechenden Sunset oder Sunrise zusammen stellt
|
||||||
sub CreateSunRiseSetShuttersTimer {
|
sub CreateSunRiseSetShuttersTimer {
|
||||||
my $hash = shift;
|
my $hash = shift;
|
||||||
my $shuttersDev = shift // return Log3( $hash->{NAME}, 1,
|
my $shuttersDev = shift // return Log3( $hash->{NAME}, 1,
|
||||||
"AutoShuttersControl ($hash->{NAME}) - Error in function CreateSunRiseSetShuttersTimer. No shuttersDev given"
|
"AutoShuttersControl ($hash->{NAME}) - Error in function CreateSunRiseSetShuttersTimer. No shuttersDev given"
|
||||||
);
|
);
|
||||||
|
|
||||||
my $name = $hash->{NAME};
|
my $name = $hash->{NAME};
|
||||||
my $shuttersDevHash = $defs{$shuttersDev};
|
my $shuttersDevHash = $defs{$shuttersDev} // Log3( $hash->{NAME}, 1,
|
||||||
|
"AutoShuttersControl ($hash->{NAME}) - Error in function CreateSunRiseSetShuttersTimer. No shuttersDevHash given"
|
||||||
|
);
|
||||||
my %funcHash;
|
my %funcHash;
|
||||||
$shutters->setShuttersDev($shuttersDev);
|
$shutters->setShuttersDev($shuttersDev);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user