mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 13:24:56 +00:00
98_WeekdayTimer, 98_Heating_Control: %TIME %TIME in delayedExecutionCond enabled
git-svn-id: https://svn.fhem.de/fhem/trunk@10126 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
46c95f4d6b
commit
6a9249adce
@ -758,10 +758,12 @@ sub WeekdayTimer_FensterOffen ($$$) {
|
||||
'%WEEKDAYTIMER' => $hash->{NAME},
|
||||
'%NAME' => $hash->{DEVICE},
|
||||
'%EVENT' => $event,
|
||||
'%TIME' => $time,
|
||||
'$HEATING_CONTROL' => $hash->{NAME},
|
||||
'$WEEKDAYTIMER' => $hash->{NAME},
|
||||
'$NAME' => $hash->{DEVICE},
|
||||
'$EVENT' => $event,
|
||||
'$TIME' => $time,
|
||||
);
|
||||
|
||||
my $verzoegerteAusfuehrungCond = AttrVal($hash->{NAME}, "delayedExecutionCond", "0");
|
||||
|
Loading…
x
Reference in New Issue
Block a user