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:
parent
25b887a2e0
commit
a920276eca
@ -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>
|
||||
<timedet> 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.
|
||||
<timedet> 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>
|
||||
|
||||
<timedet> ist entweder HH:MM, HH:MM:SS oder {perlfunc()}, wobei
|
||||
perlfunc HH:MM or HH:MM:SS zurückgeben muss. Hinweis: {perlfunc()}
|
||||
darf keine Leerzeichen enthalten.
|
||||
<timedet> 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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user