mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-08 05:15:10 +00:00
01_FHEMWEB.pm: fix attr notification (Forum #52379)
git-svn-id: https://svn.fhem.de/fhem/trunk@11325 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
5e65a96717
commit
b1ae3eac5d
@ -2509,7 +2509,7 @@ FW_Notify($$)
|
||||
|
||||
if($dev->{CHANGED}) {
|
||||
$dn = $1 if($dev->{CHANGED}->[0] =~ m/^MODIFIED (.*)$/);
|
||||
if($dev->{CHANGED}->[0] =~ m/^ATTR ([^ ]+) ([^ ]+.*) (.*)$/) {
|
||||
if($dev->{CHANGED}->[0] =~ m/^ATTR ([^ ]+) ([^ ]+) (.*)$/) {
|
||||
$dn = $1;
|
||||
my @a = ("$2: $3");
|
||||
$events = \@a;
|
||||
|
Loading…
x
Reference in New Issue
Block a user