2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-13 23:36:37 +00:00

° --> °C

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

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 {