diff --git a/fhem/FHEM/36_PCA301.pm b/fhem/FHEM/36_PCA301.pm index 6eb32fbdc..2e3bbd86d 100644 --- a/fhem/FHEM/36_PCA301.pm +++ b/fhem/FHEM/36_PCA301.pm @@ -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 offLevel is considered to be off.
  • readonly
    if set to a value != 0 all switching commands (on, off, toggle, ...) will be disabled.
  • +
  • ignore
    + 1 -> ignore this device.