2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 09:55:38 +00:00

01_FHEMWEB.pm: make FW_directNotify usable for other modules (Forum #131373)

git-svn-id: https://svn.fhem.de/fhem/trunk@26974 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2023-01-06 10:13:50 +00:00
parent 20277cffb1
commit 15018c0bfd

View File

@ -3298,6 +3298,7 @@ FW_directNotify($@) # Notify without the event overhead (Forum #31293)
shift;
}
my $dev = $_[0];
$dev =~ s/-.*//; # 131373
foreach my $ntfy (values(%defs)) {
next if(!$ntfy->{TYPE} ||
$ntfy->{TYPE} ne "FHEMWEB" ||