2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +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:
nasseeder1 2023-09-14 22:00:05 +00:00
parent 22848bf095
commit 60af46cc1c

View File

@ -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;