Humidity value changed

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@772 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2010-12-18 17:14:42 +00:00
parent 8dece08b36
commit ec5aa7131e

View File

@@ -281,7 +281,7 @@ CUL_HM_Parse($$)
my ($t, $h) = ($1, $2);
$t = hex($t)/10;
$t -= 3276.8 if($t > 1638.4);
$h = sprintf("%.1f", hex($h)/2.55);
$h = hex($h);
push @event, "state:T:$t H:$h";