2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-13 23:36:37 +00:00

76_SolarForecast: contrib 1.42.0

git-svn-id: https://svn.fhem.de/fhem/trunk@29487 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2025-01-06 21:47:17 +00:00
parent 98395fb54e
commit 0a901e71f2

View File

@ -15672,7 +15672,7 @@ sub __substituteIcon {
my $socicon;
if (defined $soc) {
$soctxt = "\nSOC: ".$soc;
$soctxt = "\nSOC: ".$soc." %";
$socicon = $soc >= 95 ? 'measure_battery_100' :
$soc >= 75 ? 'measure_battery_75' :
$soc >= 50 ? 'measure_battery_50' :