2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

Do not overwrite state for FHT/CUL_HM. Stikll to be fixed: MAX.

git-svn-id: https://svn.fhem.de/fhem/trunk@2986 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-03-25 12:42:16 +00:00
parent 510b63a37b
commit bb6e01e3f4

View File

@ -2494,9 +2494,7 @@ FW_devState($$)
$txt = $v if(defined($v));
} elsif($allSets =~ m/\bdesired-temp:/) {
$txt = ReadingsVal($d, "measured-temp", "");
$txt =~ s/ .*//;
$txt .= "°C";
$txt = "$1 °C" if($txt =~ m/^measured-temp: (.*)/); # FHT fix
$cmdList = "desired-temp" if(!$cmdList);
} elsif($allSets =~ m/\bdesiredTemperature:/) {