diff --git a/fhem/docs/commandref.html b/fhem/docs/commandref.html
index b54714daa..87bc39467 100644
--- a/fhem/docs/commandref.html
+++ b/fhem/docs/commandref.html
@@ -14,7 +14,7 @@
Introduction
Fhem command types
Device specification
-
+
fhem commands
@@ -169,7 +169,7 @@ prompt:
-Shell commands will be executed in the background, perl expressions and
+Shell commands will be executed in the background, perl expressions and
fhem commands will be executed in the main "thread". In order to make perl
expressions easier to write, some special functions and variables are
available. See the section Perl special for a description.
@@ -701,7 +701,7 @@ A line ending with \ will be concatenated with the next one, so long lines
global
The global device is used to set different global attributes. It will be
- automatically defined, it cannot be deleted or renamed and has no set or get
+ automatically defined, it cannot be deleted or renamed and has no set or get
parameters
@@ -1124,7 +1124,7 @@ A line ending with \ will be concatenated with the next one, so long lines
- on-till requires an absolute time in the "at" format (HH:MM:SS, HH:MM
or { <perl code> }, where the perl-code returns a time
specification).
- If the current time is greater then the specified time, then the
+ If the current time is greater than the specified time, then the
command is ignored, else an "on" command is generated, and for the
given "till-time" an off command is scheduleld via the at command.
@@ -2022,7 +2022,7 @@ A line ending with \ will be concatenated with the next one, so long lines
on-till
requires an absolute time in the "at" format
(HH:MM:SS, HH:MM) or { <perl code> }, where the perl code
returns a time specification).
- If the current time is greater then the specified time, then the
+ If the current time is greater than the specified time, then the
command is ignored, else an "on" command is generated, and for the
given "till-time" an off command is scheduleld via the at command.
@@ -2146,7 +2146,7 @@ A line ending with \ will be concatenated with the next one, so long lines
- Set
+ Set
Get
@@ -2380,7 +2380,7 @@ A line ending with \ will be concatenated with the next one, so long lines
Define
Example:
@@ -2566,6 +2566,7 @@ A line ending with \ will be concatenated with the next one, so long lines
Define
define <name> FHEMWEB <tcp-portnr> [global]
+
Enable the webfrontend on port <tcp-portnr>. If global is specified,
then requests from all interfaces (not only localhost / 127.0.0.1) are
serviced.
@@ -2667,8 +2668,8 @@ A line ending with \ will be concatenated with the next one, so long lines
# absolute ones:
define a1 at 17:00:00 set lamp on # fhem command
- define a2 at 17:00:00 { Log 1, "Teetime" } # Perl command
- define a3 at 17:00:00 "/bin/echo "Teetime" > /dev/console" # shell command
+ define a2 at 17:00:00 { Log 1, "Teatime" } # Perl command
+ define a3 at 17:00:00 "/bin/echo "Teatime" > /dev/console" # shell command
define a4 at *17:00:00 set lamp on # every day
# relative ones
@@ -2707,7 +2708,7 @@ A line ending with \ will be concatenated with the next one, so long lines
configfile (see the save command.)
-
if the current time is greater then the time specified, then the
+ if the current time is greater than the time specified, then the
command will be executed tomorrow. This is why the relative forms
of the sunset/sunrise functions should be used with the relative
(+) flag
@@ -3160,7 +3161,7 @@ A line ending with \ will be concatenated with the next one, so long lines
- Get
+ Get
Attributes
@@ -3181,7 +3182,7 @@ isday, sunrise_coord
href="#notify">notify commands.
First you should call the sunrise_coord function with your exact longitude
and latitude (see e.g. maps.google.com for the exact values, which should be
- in the form of a floating point value). This command should be part of the
+ in the form of a floating point value). This command should be part of the
lastinclude file. The default value is Frankfurt
am Main, Germany.
diff --git a/fhem/docs/fhem.html b/fhem/docs/fhem.html
index fed1f2c17..05098f9d8 100644
--- a/fhem/docs/fhem.html
+++ b/fhem/docs/fhem.html
@@ -50,7 +50,7 @@ Currently implemented features:
- reading all X10 events
- sending X10 events (on/off/dimming)
- - on/off switching suppport
+ - timed on/off switching support
- reading WS300 data, and up to 9 attached devices