fhem.pl: add -temporary option to the define command (Forum #39610)
git-svn-id: https://svn.fhem.de/fhem/trunk@9118 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -732,7 +732,7 @@ The following local attributes are used by a wider range of devices:
|
||||
<a name="define"></a>
|
||||
<h3>define</h3>
|
||||
<ul>
|
||||
<code>define <name> <type> <type-specific></code><br>
|
||||
<code>define [option] <name> <type> <type-specific></code><br>
|
||||
<br>
|
||||
Define a device. You need devices if you want to manipulate them (e.g.
|
||||
set on/off), and the logfile is also more readable if it contains e.g.
|
||||
@@ -744,6 +744,19 @@ The following local attributes are used by a wider range of devices:
|
||||
Each device takes different additional arguments at definition, see the
|
||||
corresponding device section for details.<br>
|
||||
<br>
|
||||
Options:<br>
|
||||
<ul>
|
||||
<li>-temporary<br>
|
||||
Add the TEMPORARY flag to the definition, which will prevent saving the
|
||||
device to fhem.cfg.
|
||||
</li><br>
|
||||
<li>-ignoreErr<br>
|
||||
Reduce the number of errors displayed when a certain FHEM-module cannot
|
||||
be loaded. Used by fhem.cfg.demo, as using the RSS example requires the
|
||||
installation of several uncommon perl modules.
|
||||
</li><br>
|
||||
</ul>
|
||||
|
||||
</ul>
|
||||
|
||||
<a name="defmod"></a>
|
||||
|
||||
Reference in New Issue
Block a user