fhem.pl: add -silent to the attr command (Forum #57691)

git-svn-id: https://svn.fhem.de/fhem/trunk@24261 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2021-04-16 16:32:54 +00:00
parent ae048771a2
commit e1abbeac44
3 changed files with 18 additions and 14 deletions

View File

@@ -716,7 +716,7 @@ The following local attributes are used by a wider range of devices:
<a name="attr"></a>
<h3>attr</h3>
<ul>
<code>attr [-a] [-r] &lt;devspec&gt; &lt;attrname&gt; [&lt;value&gt;]</code>
<code>attr [-a|-r|-silent] &lt;devspec&gt; &lt;attrname&gt; [&lt;value&gt;]</code>
<br>
<br>Set an attribute for a device defined by <a href="#define">define</a>.
@@ -734,6 +734,7 @@ The following local attributes are used by a wider range of devices:
space will be added automatically to the old value before appending the
new.<br>
With the -r option one can remove a part of an attribute value.<br>
With the -silent option the command is not recorded in the "save -?" list.<br>
<br>
Examples:
@@ -1059,8 +1060,8 @@ The following local attributes are used by a wider range of devices:
case of a notify type definition, only the regex part will be changed. All
other values (state, attributes, etc) will remain intact.
After modify, the global event "MODIFIED" will be generated.<br>
With the -silent option the command is not recorded in the "save -?" list.
<br><br>
With the -silent option the command is not recorded in the "save -?" list.<br>
<br>
Example:
<ul>
<code>define lampon at 19:00 set lamp on</code><br>