° --> °C

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1517 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert
2012-05-01 13:56:36 +00:00
parent 1b57b2a618
commit febf250d63

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 {