From a920276eca23f4aa64c63ce6c3595fcbe802f02d Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sat, 7 Nov 2015 18:46:26 +0000 Subject: [PATCH] 90_at.pm: add doc (Forum #43612) git-svn-id: https://svn.fhem.de/fhem/trunk@9810 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/90_at.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fhem/FHEM/90_at.pm b/fhem/FHEM/90_at.pm index b1e4516a9..d757d76c8 100755 --- a/fhem/FHEM/90_at.pm +++ b/fhem/FHEM/90_at.pm @@ -386,9 +386,9 @@ EOF executed repeatedly.
The optional {N} after the * indicates,that the command should be repeated N-times only.
- <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.
@@ -547,9 +547,9 @@ EOF Das optionale {N} nach dem * bedeutet, dass der Befehl genau N-mal wiederholt werden soll.
- <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.