2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 01:09:47 +00:00

76_SMAPortal: contrib 3.1.0

git-svn-id: https://svn.fhem.de/fhem/trunk@22217 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2020-06-20 20:06:06 +00:00
parent 2df50a0804
commit dccf344e2e

View File

@ -1939,7 +1939,7 @@ sub extractLiveData { ## no critic 'complexity'
push @wm, encode ("utf8", $a);
}
$val = join " ", @wm if(@wm);
push @$daref, "${lv}_WarningMessages:".qq{<html><b>Message got from SMA Sunny Portal:</b><br>$val</html>};
push @$daref, "${lv}_WarningMessages:".qq{<html><b>$hm{$lang}</b><br>$val</html>};
}
if($live->{InfoMessages}[0]) {
@ -1949,7 +1949,7 @@ sub extractLiveData { ## no critic 'complexity'
push @im, encode ("utf8", $a);
}
$val = join " ", @im if(@im);
push @$daref, "${lv}_InfoMessages:".qq{<html><b>Message got from SMA Sunny Portal:</b><br>$val</html>};
push @$daref, "${lv}_InfoMessages:".qq{<html><b>$hm{$lang}</b><br>$val</html>};
}
}