git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@946 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2011-07-17 19:21:18 +00:00
parent 7134f4d8d7
commit 48e0672f31

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