diff --git a/fhem/docs/commandref_frame.html b/fhem/docs/commandref_frame.html index 5e14ea9a5..2fc15f518 100644 --- a/fhem/docs/commandref_frame.html +++ b/fhem/docs/commandref_frame.html @@ -214,6 +214,15 @@ off at 07:00.
define lampoff at 07:00 set Lamp1 off; set Lamp2 off
define lampoff at 07:00 set Lamp1 off;; set Lamp2 off
+For every further indirection you need to double the semicolons:, e.g. to +switch on every day 2 devices at 7:00 for 10 minutes you have to write:
+ +Don't dispair, the previous example can also be written as +
diff --git a/fhem/docs/commandref_frame_DE.html b/fhem/docs/commandref_frame_DE.html index 138f0d4f5..3bcb35c65 100644 --- a/fhem/docs/commandref_frame_DE.html +++ b/fhem/docs/commandref_frame_DE.html @@ -178,19 +178,24 @@ Die Kommunikation mit FHEM kann entweder in einer "session" (über telnet) o

FHEM Befehlstypen