mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +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);
|
readingsSingleUpdate ($hash, "wait_timer", "no timer",1);
|
||||||
$hash->{helper}{sleeptimer}=-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;
|
last;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user