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:
parent
6af8d98f5b
commit
47ef0eae89
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user