From fd98a3c06c067d88bf6277e075ca34d9f7c9a07e Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Sat, 20 Jun 2020 20:06:06 +0000 Subject: [PATCH] 76_SMAPortal: contrib 3.1.0 git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@22217 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- contrib/DS_Starter/76_SMAPortal.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/DS_Starter/76_SMAPortal.pm b/contrib/DS_Starter/76_SMAPortal.pm index 55c34102f..111debde0 100644 --- a/contrib/DS_Starter/76_SMAPortal.pm +++ b/contrib/DS_Starter/76_SMAPortal.pm @@ -1939,7 +1939,7 @@ sub extractLiveData { ## no critic 'complexity' push @wm, encode ("utf8", $a); } $val = join " ", @wm if(@wm); - push @$daref, "${lv}_WarningMessages:".qq{Message got from SMA Sunny Portal:
$val}; + push @$daref, "${lv}_WarningMessages:".qq{$hm{$lang}
$val}; } 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{Message got from SMA Sunny Portal:
$val}; + push @$daref, "${lv}_InfoMessages:".qq{$hm{$lang}
$val}; } }