Typo/Syntax error fixed
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1275 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -97,9 +97,9 @@ CUL_TX_Parse($$)
|
||||
$changedTxt = "temperature: $val";
|
||||
|
||||
} elsif ($type eq "E") {
|
||||
if($now - $def->{lastH} < $def->{minsecs} ) {
|
||||
if($now - $def->{lastH} < $def->{minsecs} ) {
|
||||
return "";
|
||||
} else {
|
||||
}
|
||||
$def->{lastH} = $now;
|
||||
$msgtype = "humidity";
|
||||
$val = $valraw;
|
||||
|
||||
Reference in New Issue
Block a user