fhem.pl: update command options in help (Forum #104743)

git-svn-id: https://svn.fhem.de/fhem/trunk@20407 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2019-10-25 09:35:24 +00:00
parent df1376e3ba
commit d8b12a6401
3 changed files with 23 additions and 16 deletions

View File

@@ -692,7 +692,8 @@ 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><br>
<code>attr [-a] [-r] &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>.
The value is optional, and is set to 1 if missing.