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:
parent
6ba5458efe
commit
4635068644
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user