From a3fda2b020d1a2906c342c12c629dc03cc9c9fe8 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sun, 31 Jan 2016 11:38:29 +0000 Subject: [PATCH] 00_ZWCUL.pm: noDispatch replaced by intruderMode (Forum #44905) git-svn-id: https://svn.fhem.de/fhem/trunk@10680 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/00_ZWCUL.pm | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/fhem/FHEM/00_ZWCUL.pm b/fhem/FHEM/00_ZWCUL.pm index 82c2929d5..936301fb2 100755 --- a/fhem/FHEM/00_ZWCUL.pm +++ b/fhem/FHEM/00_ZWCUL.pm @@ -61,7 +61,7 @@ ZWCUL_Initialize($) $hash->{AttrFn} = "ZWCUL_Attr"; $hash->{UndefFn} = "ZWCUL_Undef"; $hash->{AttrList}= "do_not_notify:1,0 dummy:1,0 model disable:0,1 ". - "networkKey noDispatch dataRate:40k,100k,9600"; + "networkKey intruderMode dataRate:40k,100k,9600"; } ##################################### @@ -444,7 +444,7 @@ ZWCUL_Parse($$$$$) } return if($hc && !$hash->{monitor} && $hc == $hp); - return if(AttrVal($me, "noDispatch", 0)); + return if($hash->{monitor} && !AttrVal($me, "intruderMode", 0)); $hash->{homeId} = $H; # Fake homeId for monitor mode @@ -670,7 +670,7 @@ ZWCUL_Ready($) - If the homeId is set to 0, then culfw will enter monitor mode, i.e. no + If the homeId is set to 00000000, then culfw will enter monitor mode, i.e. no checksum filtering will be done, and no acks for received messages will be sent. @@ -736,16 +736,15 @@ ZWCUL_Ready($)
  • model
  • disable
  • networkKey
  • -
  • noDispatch
    - prohibit dispatching messages or creating ZWave devices. +
  • intruderMode
    + In monitor mode (see above) events are not dispatched to the ZWave module + per default. Setting this attribute will allow to get decoded messages, + and to send commands to devices not included by this controller.
  • verbose
    If the verbose attribute of this device (not global!) is set to 5 or higher, then detailed logging of the RF message will be done.
  • -
  • noDispatch
    - prohibit dispatching messages or creating ZWave devices -