2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-01 18:39:00 +00:00

FHT sttus bug fixed

git-svn-id: https://svn.fhem.de/fhem/trunk@1490 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-04-27 05:37:57 +00:00
parent de9a3976ec
commit b9f00df516

View File

@ -2049,7 +2049,7 @@ FW_devState($$)
my $v = $defs{$d}{READINGS}{state}{TIME};
$txt = $v if(defined($v));
} elsif($allSets && $allSets =~ m/ desired-temp /) {
} elsif($allSets && $allSets =~ m/ desired-temp:/) {
$txt = ReadingsVal($d, "measured-temp", "");
$txt =~ s/ .*//;
$txt .= "°"