mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-25 16:05:19 +00:00
98_WeekdayTimer: try to fix arbitrary timer settings
git-svn-id: https://svn.fhem.de/fhem/trunk@27460 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
3fe9f72ca8
commit
519c9a39eb
@ -1308,7 +1308,7 @@ sub getDaysAsHash {
|
||||
################################################################################
|
||||
sub getDaysAsCondition {
|
||||
my $tage = shift;
|
||||
my $overrulewday = shift // return;
|
||||
my $overrulewday = shift // 0;
|
||||
|
||||
my %days = map {$_ => 1} @{$tage};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user