2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

Humidity value changed

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

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