2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

commandref_frame.html: document missing value in attr (Forum #83541)

git-svn-id: https://svn.fhem.de/fhem/trunk@16046 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2018-01-30 08:26:21 +00:00
parent 2759ec3904
commit 5ab808b675
2 changed files with 3 additions and 1 deletions

View File

@ -678,6 +678,7 @@ The following local attributes are used by a wider range of devices:
<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.
You can define your own <a href="#attributes">attributes</a> too to use them
in other applications.

View File

@ -689,7 +689,8 @@ Die folgenden lokalen Attribute werden von mehreren Ger&auml;ten verwendet:
<br>
Dieser Befehl setzt ein Attribut f&uuml;r ein Ger&auml;t welches mit <a
href="#define">define</a> definiert wurde. Sie k&ouml;nnen auch Ihre eigenen
href="#define">define</a> definiert wurde. value ist optional, und ist 1
falls nicht spezifiziert. Sie k&ouml;nnen auch Ihre eigenen
Attribute definieren, um sie in anderen Applikationen anzuwenden. Geben Sie
"&lt;attr &lt;name&gt; ?" ein, um eine Liste verf&uuml;gbarer Attribute
anzuzeigen.