commandref_frame.html: clarify usage of mixed commands (Forum #108970)

git-svn-id: https://svn.fhem.de/fhem/trunk@21358 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2020-03-05 16:39:01 +00:00
parent ae8fbc6f3d
commit 0d458d6ea8
2 changed files with 18 additions and 12 deletions

View File

@@ -195,7 +195,7 @@ source override values set in the configuration file.
<a name="command"></a>
<h3>FHEM command types</h3>
<ul>
There are three types of commands: "fhem" commands (described in this
There are three types of commands: "FHEM" commands (described in this
document), shell commands (they must be enclosed in double quotes ") and perl
expressions (enclosed in curly brackets {}). shell commands or perl expressions
are needed for complex <a href="#at">at</a> or <a href="#notify">notify</a>
@@ -251,6 +251,8 @@ href="#notify">notify</a> FHEM commands.<br>
A line ending with \ will be concatenated with the next one, so long lines
(e.g. multiple perl commands) can be split in multiple lines. Some web fronteds
(e.g. webpgm2) make editing of multiline commands transparent for you (i.e. there is no need for \) .<br>
Note: mixing command types (FHEM/shell/perl) on one line is not supported, even
if it might work in some cases.
<br>
</ul>
<!-- command end - diese Zeile nicht entfernen! -->