mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
bug fix
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4432 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b324a8ff3f
commit
d4f434980b
@ -546,7 +546,7 @@ readingsGroup_Notify($$)
|
||||
next if( $reading !~ m/^$readings$/);
|
||||
|
||||
my $new_line;
|
||||
my $DEVICE = $name;
|
||||
my $DEVICE = $dev->{NAME};
|
||||
($txt,$new_line) = eval $txt;
|
||||
if( $@ ) {
|
||||
$txt = "<ERROR>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user