From 5e6f2aed156e8f321f21daa5b7694103efdd7c00 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Wed, 14 Aug 2013 06:12:47 +0000 Subject: [PATCH] at doc made more precise git-svn-id: https://svn.fhem.de/fhem/trunk@3694 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/90_at.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fhem/FHEM/90_at.pm b/fhem/FHEM/90_at.pm index 5812d6bcb..320ff7923 100755 --- a/fhem/FHEM/90_at.pm +++ b/fhem/FHEM/90_at.pm @@ -265,7 +265,8 @@ at_State($$$$) 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. + must return a HH:MM or HH:MM:SS date. Note: {perlfunc()} may not contain + any spaces or tabs.