mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 07:24:21 +00:00
readingFnAttributes added (due to set)
git-svn-id: https://svn.fhem.de/fhem/trunk@2441 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
894040de1f
commit
fc29e62337
@ -13,7 +13,8 @@ FHT8V_Initialize($)
|
||||
$hash->{DefFn} = "FHT8V_Define";
|
||||
$hash->{SetFn} = "FHT8V_Set";
|
||||
$hash->{GetFn} = "FHT8V_Get";
|
||||
$hash->{AttrList} = "IODev dummy:1,0 ignore:1,0 loglevel:0,1,2,3,4,5,6";
|
||||
$hash->{AttrList} = "IODev dummy:1,0 ignore:1,0 loglevel:0,1,2,3,4,5,6 ".
|
||||
$readingFnAttributes;
|
||||
}
|
||||
|
||||
#############################
|
||||
@ -177,6 +178,7 @@ FHT8V_Get($@)
|
||||
<li><a href="#ignore">ignore</a></li>
|
||||
<li><a href="#loglevel">loglevel</a></li>
|
||||
<li><a href="#eventMap">eventMap</a></li><br>
|
||||
<li><a href="#readingFnAttributes">readingFnAttributes</a></li>
|
||||
</ul>
|
||||
<br>
|
||||
</ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user