mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
° --> °C
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1517 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
886c9f526b
commit
b9e31bbaf3
@ -2096,7 +2096,7 @@ FW_devState($$)
|
|||||||
} elsif($allSets =~ m/ desired-temp:/) {
|
} elsif($allSets =~ m/ desired-temp:/) {
|
||||||
$txt = ReadingsVal($d, "measured-temp", "");
|
$txt = ReadingsVal($d, "measured-temp", "");
|
||||||
$txt =~ s/ .*//;
|
$txt =~ s/ .*//;
|
||||||
$txt .= "°";
|
$txt .= "°C";
|
||||||
$cmdlist = "desired-temp";
|
$cmdlist = "desired-temp";
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user