From c44e3eb8b9f4467444202c88661d27f32f89dc52 Mon Sep 17 00:00:00 2001 From: DS_Starter Date: Fri, 6 Dec 2024 09:51:03 +0000 Subject: [PATCH] 76_SolarForecast: internal code change git-svn-id: https://svn.fhem.de/fhem/trunk@29406 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/76_SolarForecast.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/FHEM/76_SolarForecast.pm b/fhem/FHEM/76_SolarForecast.pm index 9813fbde2..7eb99ab69 100644 --- a/fhem/FHEM/76_SolarForecast.pm +++ b/fhem/FHEM/76_SolarForecast.pm @@ -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; } }