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:
@@ -1939,7 +1939,7 @@ sub extractLiveData { ## no critic 'complexity'
|
|||||||
push @wm, encode ("utf8", $a);
|
push @wm, encode ("utf8", $a);
|
||||||
}
|
}
|
||||||
$val = join " ", @wm if(@wm);
|
$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]) {
|
if($live->{InfoMessages}[0]) {
|
||||||
@@ -1949,7 +1949,7 @@ sub extractLiveData { ## no critic 'complexity'
|
|||||||
push @im, encode ("utf8", $a);
|
push @im, encode ("utf8", $a);
|
||||||
}
|
}
|
||||||
$val = join " ", @im if(@im);
|
$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>};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user