98_WeekdayTimer, 98_Heating_Control: %TIME %TIME in delayedExecutionCond enabled
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10126 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -758,10 +758,12 @@ sub WeekdayTimer_FensterOffen ($$$) {
|
|||||||
'%WEEKDAYTIMER' => $hash->{NAME},
|
'%WEEKDAYTIMER' => $hash->{NAME},
|
||||||
'%NAME' => $hash->{DEVICE},
|
'%NAME' => $hash->{DEVICE},
|
||||||
'%EVENT' => $event,
|
'%EVENT' => $event,
|
||||||
|
'%TIME' => $time,
|
||||||
'$HEATING_CONTROL' => $hash->{NAME},
|
'$HEATING_CONTROL' => $hash->{NAME},
|
||||||
'$WEEKDAYTIMER' => $hash->{NAME},
|
'$WEEKDAYTIMER' => $hash->{NAME},
|
||||||
'$NAME' => $hash->{DEVICE},
|
'$NAME' => $hash->{DEVICE},
|
||||||
'$EVENT' => $event,
|
'$EVENT' => $event,
|
||||||
|
'$TIME' => $time,
|
||||||
);
|
);
|
||||||
|
|
||||||
my $verzoegerteAusfuehrungCond = AttrVal($hash->{NAME}, "delayedExecutionCond", "0");
|
my $verzoegerteAusfuehrungCond = AttrVal($hash->{NAME}, "delayedExecutionCond", "0");
|
||||||
|
|||||||
Reference in New Issue
Block a user