2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

76_Solarforcast: contrib 0.80.17

git-svn-id: https://svn.fhem.de/fhem/trunk@27815 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2023-08-02 07:36:47 +00:00
parent 26806655cb
commit 9455bcc63e

View File

@ -1919,7 +1919,7 @@ sub _setreset { ## no critic "not used"
delete $data{$type}{$name}{pvhist}{$hid}{$circh}{pvcorrf};
}
Log3($name, 3, qq{$name - stored PV correction factor / SolCast percentile of hour "$circh" from pvCircular and pvHistory deleted});
Log3($name, 3, qq{$name - stored PV correction factor of hour "$circh" from pvCircular and pvHistory deleted});
return;
}
@ -1934,7 +1934,7 @@ sub _setreset { ## no critic "not used"
}
}
Log3($name, 3, qq{$name - all stored PV correction factors / SolCast percentile from pvCircular and pvHistory deleted});
Log3($name, 3, qq{$name - all stored PV correction factors from pvCircular and pvHistory deleted});
}
return;