git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@946 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2011-07-17 19:21:18 +00:00
parent 90a45f1d8a
commit 7a7fd566e3

View File

@@ -82,7 +82,7 @@ CUL_TX_Parse($$)
my $type = $a[2];
if($type eq "0") {
$devtype = "temperature";
$val = sprintf("%2.1f", ($valraw - 50 + $hash->{corr}) );
$val = sprintf("%2.1f", ($valraw - 50 + $def->{corr}) );
Log $ll4, "CUL_TX $devtype $name $id3 T: $val F: $id2";
$no = "T: $val";