mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-25 09:55:38 +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;
|
my $socicon;
|
||||||
|
|
||||||
if (defined $soc) {
|
if (defined $soc) {
|
||||||
$soctxt = "\nSOC: ".$soc;
|
$soctxt = "\nSOC: ".$soc." %";
|
||||||
$socicon = $soc >= 95 ? 'measure_battery_100' :
|
$socicon = $soc >= 95 ? 'measure_battery_100' :
|
||||||
$soc >= 75 ? 'measure_battery_75' :
|
$soc >= 75 ? 'measure_battery_75' :
|
||||||
$soc >= 50 ? 'measure_battery_50' :
|
$soc >= 50 ? 'measure_battery_50' :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user