mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
Do not overwrite state for FHT/CUL_HM. Stikll to be fixed: MAX.
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@2986 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a6156d149c
commit
3c76372c86
@ -2494,9 +2494,7 @@ FW_devState($$)
|
|||||||
$txt = $v if(defined($v));
|
$txt = $v if(defined($v));
|
||||||
|
|
||||||
} elsif($allSets =~ m/\bdesired-temp:/) {
|
} elsif($allSets =~ m/\bdesired-temp:/) {
|
||||||
$txt = ReadingsVal($d, "measured-temp", "");
|
$txt = "$1 °C" if($txt =~ m/^measured-temp: (.*)/); # FHT fix
|
||||||
$txt =~ s/ .*//;
|
|
||||||
$txt .= "°C";
|
|
||||||
$cmdList = "desired-temp" if(!$cmdList);
|
$cmdList = "desired-temp" if(!$cmdList);
|
||||||
|
|
||||||
} elsif($allSets =~ m/\bdesiredTemperature:/) {
|
} elsif($allSets =~ m/\bdesiredTemperature:/) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user