2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-24 09:14:51 +00:00

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:
nasseeder1 2024-12-06 09:51:03 +00:00
parent 1db038060c
commit 6a3d03b2ff

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