2
0
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:
dietmar63 2015-12-07 19:00:13 +00:00
parent 46c95f4d6b
commit 6a9249adce

View File

@ -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");