76_Solarforcast: contrib 0.50.0

git-svn-id: https://svn.fhem.de/fhem/trunk@24565 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
DS_Starter
2021-06-02 06:35:42 +00:00
parent 276f5a1322
commit d6cdc52f7f

View File

@@ -2695,7 +2695,7 @@ sub ___switchonTimelimits {
if($change) {
my $cname = ConsumerVal ($hash, $c, "name", "");
Log3 ($name, 4, qq{$name - Planned starttime "$cname" changed from "$origtime" to "$starttime" due to $change conditions});
Log3 ($name, 3, qq{$name - Planned starttime "$cname" changed from "$origtime" to "$starttime" due to $change condition});
}
return $starttime;