mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
Typo/Syntax error fixed
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1275 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d6fe7d45e4
commit
be1a370678
@ -99,7 +99,7 @@ CUL_TX_Parse($$)
|
||||
} elsif ($type eq "E") {
|
||||
if($now - $def->{lastH} < $def->{minsecs} ) {
|
||||
return "";
|
||||
} else {
|
||||
}
|
||||
$def->{lastH} = $now;
|
||||
$msgtype = "humidity";
|
||||
$val = $valraw;
|
||||
|
Loading…
x
Reference in New Issue
Block a user