2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-17 17:36:01 +00:00

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 3b7121137d
commit 6050735058

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})\"$/ ) {