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 33a032cac9
commit 8dd920b8bf

View File

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