mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 04:36:36 +00:00
98_DOIF.pm: fixed: $i instead of $1 at set arg_cmd_nr
git-svn-id: https://svn.fhem.de/fhem/trunk@13907 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
42eba85d9b
commit
c0275d088d
@ -2096,7 +2096,7 @@ DOIF_Set($@)
|
||||
readingsSingleUpdate ($hash, "wait_timer", "no timer",1);
|
||||
$hash->{helper}{sleeptimer}=-1;
|
||||
}
|
||||
DOIF_cmd ($hash,$i,0,"set_".$arg."_cmd_".($1+1));
|
||||
DOIF_cmd ($hash,$i,0,"set_".$arg."_cmd_".($i+1));
|
||||
last;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user