Humidity value changed

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@772 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2010-12-18 17:14:42 +00:00
parent d22c5bba39
commit 0fde87491b

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