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

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

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);