OWTEMP: bugfixing

git-svn-id: https://svn.fhem.de/fhem/trunk@513 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
m_fischer
2009-12-15 14:25:17 +00:00
parent 487e40d619
commit 24293f4de0

View File

@@ -167,7 +167,10 @@ OWTEMP_GetUpdate($$)
$hash->{CHANGED}[$count] = "warnings: $warn";
$hash->{CHANGED}[$count+1] = "T: " . $temp . $alarm;
$hash->{STATE} = "T: " . $hash->{READINGS}{temperature}{VAL} . $alarm;
$hash->{STATE} = "T: " . $temp . " " .
"L: " . $hash->{READINGS}{templow}{VAL} . " " .
"H: " . $hash->{READINGS}{temphigh}{VAL} . " " .
$alarm;
} else {
$value = OW::get("/uncached/$path/".$a);
foreach my $r (sort keys %gets) {