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

76_SolarForecast.pm: contrib 0.71.2

git-svn-id: https://svn.fhem.de/fhem/trunk@26595 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2022-10-26 20:20:49 +00:00
parent f7645e13b0
commit 6bd9c36a6a

View File

@ -3002,7 +3002,7 @@ sub centralTask {
return if(IsDisabled($name));
readingsSingleUpdate($hash, "state", "running", 1) if(!$noUpdState);
#readingsSingleUpdate($hash, "state", "running", 1) if(!$noUpdState);
my $ret = createStringConfig ($hash); # die String Konfiguration erstellen
if ($ret) {