76_SolarForecast: internal code change

git-svn-id: https://svn.fhem.de/fhem/trunk@29406 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
DS_Starter
2024-12-06 09:51:03 +00:00
parent 3e97bc9299
commit c44e3eb8b9

View File

@@ -6370,7 +6370,7 @@ sub Notify {
} }
if ($async) { if ($async) {
centralTask ($myHash, 1); # keine Events in SolarForecast außer 'state' centralTask ($myHash, 0); # keine Events in SolarForecast außer 'state'
return; return;
} }
} }
@@ -6390,7 +6390,7 @@ sub Notify {
} }
if ($iasync) { if ($iasync) {
centralTask ($myHash, 1); # keine Events in SolarForecast außer 'state' centralTask ($myHash, 0); # keine Events in SolarForecast außer 'state'
return; return;
} }
} }