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:
parent
2df50a0804
commit
dccf344e2e
@ -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>};
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user