mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
76_SolarForecast: contrib 0.82.3
git-svn-id: https://svn.fhem.de/fhem/trunk@27964 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
22848bf095
commit
60af46cc1c
@ -3889,7 +3889,10 @@ sub __getaiRuleStrings { ## no critic "not used"
|
||||
};
|
||||
|
||||
if (@rsl) {
|
||||
$rs = join "\n", @rsl;
|
||||
my $l = scalar @rsl;
|
||||
$rs = '<b>Number of rules: '.$l.'</b>';
|
||||
$rs .= '<br><br>';
|
||||
$rs .= join "\n", @rsl;
|
||||
}
|
||||
|
||||
return $rs;
|
||||
|
Loading…
Reference in New Issue
Block a user