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