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.