fhem.pl: add -silent to deleteattr (Forum #121936)

git-svn-id: https://svn.fhem.de/fhem/trunk@24706 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2021-07-06 08:56:14 +00:00
parent 879cfdeb4f
commit 1fada591c9
3 changed files with 9 additions and 5 deletions

View File

@@ -843,7 +843,7 @@ The following local attributes are used by a wider range of devices:
<a name="deleteattr"></a>
<h3>deleteattr</h3>
<ul>
<code>deleteattr &lt;devspec&gt; [&lt;attrname&gt;]</code> <br>
<code>deleteattr [-silent] &lt;devspec&gt; [&lt;attrname&gt;]</code> <br>
<br>
Delete either a single attribute (see the <a href="#attr">attr</a> command)
or all attributes for a device (if no &lt;attrname&gt; is defined).