git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4432 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2013-12-20 22:21:02 +00:00
parent b324a8ff3f
commit d4f434980b

View File

@ -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>";