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

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

View File

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