mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
36_PCA301: fixed ignore
git-svn-id: https://svn.fhem.de/fhem/trunk@10037 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
fb883395cf
commit
8ae8958559
@ -26,8 +26,9 @@ PCA301_Initialize($)
|
||||
$hash->{ParseFn} = "PCA301_Parse";
|
||||
$hash->{AttrFn} = "PCA301_Attr";
|
||||
$hash->{AttrList} = "IODev"
|
||||
." readonly:1"
|
||||
." forceOn:1"
|
||||
." ignore:1,0"
|
||||
." readonly:1,0"
|
||||
." forceOn:1,0"
|
||||
." offLevel"
|
||||
." $readingFnAttributes";
|
||||
}
|
||||
@ -344,6 +345,8 @@ PCA301_Attr(@)
|
||||
a power level less or equal <code>offLevel</code> is considered to be off.</li>
|
||||
<li>readonly<br>
|
||||
if set to a value != 0 all switching commands (on, off, toggle, ...) will be disabled.</li>
|
||||
<li>ignore<br>
|
||||
1 -> ignore this device.</li>
|
||||
</ul><br>
|
||||
</ul>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user