readingsUpdate attribute-Namelist and documentation unified

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2406 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2013-01-03 12:51:51 +00:00
parent e0caec44e4
commit d6cb8a352d
18 changed files with 149 additions and 123 deletions

View File

@@ -39,7 +39,9 @@ structure_Initialize($)
$hash->{NotifyFn} = "structure_Notify";
$hash->{SetFn} = "structure_Set";
$hash->{AttrFn} = "structure_Attr";
$hash->{AttrList} = "clientstate_priority clientstate_behavior:relative,absolute loglevel:0,5";
$hash->{AttrList} = "clientstate_priority ".
"clientstate_behavior:relative,absolute loglevel:0,5 ".
$readingFnAttributes;
addToAttrList("structexclude");
@@ -487,6 +489,7 @@ structure_Attr($@)
<a name="structureattr"></a>
<b>Attributes</b>
<ul>
<li><a href="#readingFnAttributes">readingFnAttributes</a></li>
<li>structexclude<br>
exclude the device from set operations, see the set command above.</li>
</ul>