mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
98_dewpoint: Fix typo
git-svn-id: https://svn.fhem.de/fhem/trunk@15728 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c8be7232f0
commit
e55fa15ef4
@ -383,7 +383,7 @@ dewpoint_Notify($$)
|
||||
}
|
||||
$sensor = "alarm";
|
||||
if (!exists $defs{$devName}{READINGS}{$sensor}{VAL} || $defs{$devName}{READINGS}{$sensor}{VAL} ne $current) {
|
||||
Logr($hashName, 5, "dewpoint_notify: CHANGE alarm $current");
|
||||
Log3($hashName, 5, "dewpoint_notify: CHANGE alarm $current");
|
||||
$dev->{READINGS}{$sensor}{TIME} = $tn;
|
||||
$dev->{READINGS}{$sensor}{VAL} = $current;
|
||||
$dev->{CHANGED}[$n++] = $sensor . ": " . $current;
|
||||
|
Loading…
x
Reference in New Issue
Block a user