° --> °C

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1517 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert 2012-05-01 13:56:36 +00:00
parent 886c9f526b
commit b9e31bbaf3

View File

@ -2096,7 +2096,7 @@ FW_devState($$)
} elsif($allSets =~ m/ desired-temp:/) {
$txt = ReadingsVal($d, "measured-temp", "");
$txt =~ s/ .*//;
$txt .= "°";
$txt .= "°C";
$cmdlist = "desired-temp";
} else {