2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

90_at.pm: add doc (Forum #43612)

git-svn-id: https://svn.fhem.de/fhem/trunk@9810 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-11-07 18:46:26 +00:00
parent 25b887a2e0
commit a920276eca

View File

@ -386,9 +386,9 @@ EOF
executed <i>repeatedly</i>.<br>
The optional <code>{N}</code> after the * indicates,that the command
should be repeated <i>N-times</i> only.<br>
&lt;timedet&gt; is either HH:MM, HH:MM:SS or {perlfunc()}, where perlfunc
must return a HH:MM or HH:MM:SS date. Note: {perlfunc()} may not contain
any spaces or tabs.
&lt;timedet&gt; is either HH:MM, HH:MM:SS, seconds since 1970 or
{perlfunc()}. perlfunc must return a string in timedet format.
Note: {perlfunc()} may not contain any spaces or tabs.
</ul>
<br>
@ -547,9 +547,9 @@ EOF
Das optionale <code>{N}</code> nach dem * bedeutet, dass der Befehl genau
<i>N-mal</i> wiederholt werden soll.<br>
&lt;timedet&gt; ist entweder HH:MM, HH:MM:SS oder {perlfunc()}, wobei
perlfunc HH:MM or HH:MM:SS zur&uuml;ckgeben muss. Hinweis: {perlfunc()}
darf keine Leerzeichen enthalten.
&lt;timedet&gt; ist entweder HH:MM, HH:MM:SS, Sekunden seit 1970 oder
{perlfunc()}. perlfunc muss ein String in timedet Format zurueckliefern.
Achtung: {perlfunc()} darf keine Leerzeichen enthalten.
</ul>
<br>