OWTEMP: bugfixing
git-svn-id: https://svn.fhem.de/fhem/trunk@513 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user