mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-02 00:48:53 +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:
parent
de9a3976ec
commit
b9f00df516
@ -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 .= "°"
|
||||
|
Loading…
x
Reference in New Issue
Block a user