From f4d94ee33bc247a29e1ef57a8af6095a46f41726 Mon Sep 17 00:00:00 2001 From: markusbloch <> Date: Sun, 19 Feb 2017 13:01:48 +0000 Subject: [PATCH] FB_CALLMONITOR: fix NOTIFYDEV git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@13444 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/72_FB_CALLMONITOR.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FHEM/72_FB_CALLMONITOR.pm b/FHEM/72_FB_CALLMONITOR.pm index 21eef5c8e..79b174916 100755 --- a/FHEM/72_FB_CALLMONITOR.pm +++ b/FHEM/72_FB_CALLMONITOR.pm @@ -53,7 +53,6 @@ FB_CALLMONITOR_Initialize($) $hash->{UndefFn} = "FB_CALLMONITOR_Undef"; $hash->{AttrFn} = "FB_CALLMONITOR_Attr"; $hash->{NotifyFn} = "FB_CALLMONITOR_Notify"; - $hash->{NOTIFYDEV} = "global"; $hash->{AttrList} = "do_not_notify:0,1 ". "disable:0,1 ". "disabledForIntervals ". @@ -89,7 +88,8 @@ FB_CALLMONITOR_Define($$) return $msg; } - + $hash->{NOTIFYDEV} = "global"; + DevIo_CloseDev($hash); delete($hash->{NEXT_OPEN});