write Display text decoded into log

git-svn-id: https://svn.fhem.de/fhem/trunk@6204 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
hofrichter
2014-07-06 20:00:34 +00:00
parent 9f6e25c68f
commit 193351c207

View File

@@ -1218,7 +1218,7 @@ sub PIONEERAVR_Read($)
my $display = pack("H*",substr($line,4,28));
readingsBulkUpdate($hash, "displayPrevious", ReadingsVal($name,"display","") );
readingsBulkUpdate($hash, "display", $display );
Log3 $hash,5,"PIONEERAVR $name: ".dq($line) ." interpreted as: Display update";
Log3 $hash,5,"PIONEERAVR $name: ".dq($line) ." interpreted as: Display update to: $display";
# Tuner channel names
} elsif ( $line =~ m/^TQ(\w\d)\"(.{8})\"$/ ) {