2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

fhem.pl: InternalTimer last argument optional (Forum #50265)

git-svn-id: https://svn.fhem.de/fhem/trunk@10999 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-03-05 16:50:11 +00:00
parent f612782b07
commit f8d080a8c0

View File

@ -65,7 +65,7 @@ sub GlobalAttr($$$$);
sub HandleArchiving($;$);
sub HandleTimeout();
sub IOWrite($@);
sub InternalTimer($$$$);
sub InternalTimer($$$;$);
sub InternalVal($$$);
sub IsDisabled($);
sub IsDummy($);