mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
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:
parent
a93a25e402
commit
fe98eb51cb
@ -3196,7 +3196,7 @@ FW_devState($$@)
|
|||||||
$cmdList = "desiredTemperature" if(!$cmdList);
|
$cmdList = "desiredTemperature" if(!$cmdList);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
my $html;
|
my $html = "";
|
||||||
foreach my $state (split("\n", $state)) {
|
foreach my $state (split("\n", $state)) {
|
||||||
$txt = $state;
|
$txt = $state;
|
||||||
my ($icon, $isHtml);
|
my ($icon, $isHtml);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user