98_DOIF.pm: resetwait with repeat of the same command at the timer fixed
git-svn-id: https://svn.fhem.de/fhem/trunk@14555 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -2030,7 +2030,8 @@ DOIF_SetSleepTimer($$$$$$$)
|
||||
}
|
||||
|
||||
if ($timerNr >= 0 and !AttrVal($pn,"timerWithWait","")) {#Timer
|
||||
if ($last_cond != $nr or AttrVal($pn,"do","") eq "always" or AttrVal($pn,"repeatsame","")) {
|
||||
if ($last_cond != $nr or AttrVal($pn,"do","") eq "always" or AttrVal($pn,"do","") eq "resetwait" or AttrVal($pn,"repeatsame","")) {
|
||||
|
||||
return 1;
|
||||
} else {
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user