From d014e1cb3207ccb503b9d45d8c881b741d4eaa10 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Wed, 25 Jan 2017 20:28:06 +0000 Subject: [PATCH] commandref_frame.html: patch from kirkan (Forum #65732) git-svn-id: https://svn.fhem.de/fhem/trunk@13235 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/docs/commandref_frame.html | 38 +++++++++++++++--------------- fhem/docs/commandref_frame_DE.html | 6 ++--- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/fhem/docs/commandref_frame.html b/fhem/docs/commandref_frame.html index d62fb35dc..9b2cefb25 100644 --- a/fhem/docs/commandref_frame.html +++ b/fhem/docs/commandref_frame.html @@ -37,12 +37,12 @@
telnet <fhemhost> 7072
@@ -183,7 +183,7 @@ telnet) or single client command (via fhem.pl). Example:
-Fhem command types
+FHEM command types
There are three types of commands: "fhem" commands (described in this
document), shell commands (they must be enclosed in double quotes ") and perl
@@ -201,14 +201,14 @@ prompt:
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
+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.
-To trigger fhem commands from a shell script (this is the "other way round"),
+To trigger FHEM commands from a shell script (this is the "other way round"),
use the client form of fhem.pl (described above).
-Multiple fhem commands are separated by semicolon (;). In order to use semicolon
+Multiple FHEM commands are separated by semicolon (;). In order to use semicolon
in perl code or shell programs, they have to be escaped by the double semicolon
(;;). See the Notes section of the notify
chapter on command parameters and escape rules.
@@ -235,7 +235,7 @@ Don't dispair, the previous example can also be written as
Commands can be either typed in plain, or read from a file (e.g. the
configuration file at startup). The commands are either executed directly, or
later if they are arguments to the at and notify fhem commands.
+href="#notify">notify FHEM commands.
A line ending with \ will be concatenated with the next one, so long lines
@@ -863,7 +863,7 @@ The following local attributes are used by a wider range of devices:
include <filename>
- Read in the file, and process every line as a fhem command.
+ Read in the file, and process every line as a FHEM command.
Note: only experts should use this command.
@@ -1217,7 +1217,7 @@ The following local attributes are used by a wider range of devices:
Shut down the server (after saving the state information
). It triggers the global:SHUTDOWN event. If the optional restart
- parameter is specified, fhem tries to restart itself. exitValue may be
+ parameter is specified, FHEM tries to restart itself. exitValue may be
important for start scripts.
Example:
@@ -1299,7 +1299,7 @@ The following local attributes are used by a wider range of devices:
- autoload_undefined_devices
If set, automatically load the corresponding module when a message
of this type is received. This is used by the
- autocreate device, to automatically create a fhem device upon
+ autocreate device, to automatically create a FHEM device upon
receiving a corresponding message.
@@ -1323,7 +1323,7 @@ The following local attributes are used by a wider range of devices:
/usr/share/fhem/www"
diff --git a/fhem/docs/commandref_frame_DE.html b/fhem/docs/commandref_frame_DE.html index d9b416a72..d80d2bd74 100644 --- a/fhem/docs/commandref_frame_DE.html +++ b/fhem/docs/commandref_frame_DE.html @@ -1406,7 +1406,7 @@ Die folgenden lokalen Attribute werden von mehreren Geräten verwendet: Bemerkung: Ihr Befehl/Skript muss die Zeichenkette "backup done" zurückgeben oder eine entsprechende Zeichenkette um - Fehlermeldungen auszugeben, damit die Zusammenarbeit mit updatefhem + Fehlermeldungen auszugeben, damit die Zusammenarbeit mit update funktioniert!
Dieses Attribut wird vom backup Befehl benutzt.
@@ -1540,7 +1540,7 @@ Die folgenden lokalen Attribute werden von mehreren Geräten verwendet: es bisher nicht gesetzt ist. Um das zu verhindern, können sie den Wert von motd auf "none" setzen. motd wird auch verwendet, um Fehlermeldungen während des - fhem-Starts zu sammeln und anzuzeigen. + FHEM-Starts zu sammeln und anzuzeigen.
@@ -1820,7 +1820,7 @@ Die folgenden lokalen Attribute werden von mehreren Geräten verwendet: ist. In diesem Fall wird nur eine geringere Anzahl der .gnuplot Attribute benutzt, und einige Linien haben eine besondere Bedeutung: Die Unterschiede werden in diesem Kapitel erklärt. Lesen Sie bitte auch diesen fhemwiki Eintrag + href="http://wiki.fhem.de/wiki/Creating_Plots"> diesen FHEM Wiki Eintrag zur Erstellung von Logdateien.
Im folgenden ist eine minimale .gplot Definition (gültig nur bei Plotmode SVG):