mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 19:04:20 +00:00
some proofreading on commandref.html, fhem.html
git-svn-id: https://svn.fhem.de/fhem/trunk@278 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
87ebd9467a
commit
1ba51d13b8
@ -1124,7 +1124,7 @@ A line ending with \ will be concatenated with the next one, so long lines
|
||||
<li>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.
|
||||
</li>
|
||||
@ -2022,7 +2022,7 @@ A line ending with \ will be concatenated with the next one, so long lines
|
||||
<li><code>on-till</code> 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.
|
||||
</li>
|
||||
@ -2566,6 +2566,7 @@ A line ending with \ will be concatenated with the next one, so long lines
|
||||
<b>Define</b>
|
||||
<ul>
|
||||
<code>define <name> FHEMWEB <tcp-portnr> [global]</code>
|
||||
<br><br>
|
||||
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
|
||||
<PRE>
|
||||
# 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 <a href="#save">save</a> command.)
|
||||
</li>
|
||||
|
||||
<li>if the current time is greater then the time specified, then the
|
||||
<li>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</li>
|
||||
|
@ -50,7 +50,7 @@ Currently implemented features:<br>
|
||||
<ul>
|
||||
<li>reading all X10 events</li>
|
||||
<li>sending X10 events (on/off/dimming)</li>
|
||||
<li>on/off switching suppport</li>
|
||||
<li>timed on/off switching support</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>reading WS300 data, and up to 9 attached devices</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user