FHT sttus bug fixed
git-svn-id: https://svn.fhem.de/fhem/trunk@1490 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -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 .= "°"
|
||||||
|
|||||||
Reference in New Issue
Block a user