2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

01_FHEMWEB.pm: no warnings in case of empty STATE (Forum #103466)

git-svn-id: https://svn.fhem.de/fhem/trunk@20100 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2019-09-04 07:27:16 +00:00
parent c340ac7d00
commit 02a919d144

View File

@ -3196,7 +3196,7 @@ FW_devState($$@)
$cmdList = "desiredTemperature" if(!$cmdList);
} else {
my $html;
my $html = "";
foreach my $state (split("\n", $state)) {
$txt = $state;
my ($icon, $isHtml);