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 b5a050d525
commit c861ae4a4a

View File

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