mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-25 03:44:52 +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:
parent
e25d248e02
commit
f8a6e7b47b
@ -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' :
|
||||
|
Loading…
x
Reference in New Issue
Block a user