2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +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:
Damian 2017-04-05 20:41:05 +00:00
parent 42eba85d9b
commit c0275d088d

View File

@ -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;
}
}