mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
FB_CALLMONITOR: fix NOTIFYDEV
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@13444 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
689d066888
commit
f4d94ee33b
@ -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,6 +88,7 @@ FB_CALLMONITOR_Define($$)
|
||||
return $msg;
|
||||
}
|
||||
|
||||
$hash->{NOTIFYDEV} = "global";
|
||||
|
||||
DevIo_CloseDev($hash);
|
||||
delete($hash->{NEXT_OPEN});
|
||||
|
Loading…
x
Reference in New Issue
Block a user