mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
98_WeekdayTimer.pm: fix some warnings, forum #112014
git-svn-id: https://svn.fhem.de/fhem/trunk@22401 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7575a3660d
commit
4539addd97
@ -995,7 +995,7 @@ sub WeekdayTimer_isAnActiveTimer {
|
|||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
sub WeekdayTimer_isHeizung {
|
sub WeekdayTimer_isHeizung {
|
||||||
my $hash = shift // return;
|
my $hash = shift // return '';
|
||||||
|
|
||||||
my $name = $hash->{NAME};
|
my $name = $hash->{NAME};
|
||||||
|
|
||||||
@ -1016,7 +1016,7 @@ sub WeekdayTimer_isHeizung {
|
|||||||
return $ts
|
return $ts
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return;
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user