From eaaa4db1eb91cd4245ec644011b2c399c3a74d80 Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Sun, 21 May 2023 06:29:53 +0000 Subject: [PATCH] 76_SolarForecast: contrib 0.79.2 git-svn-id: https://svn.fhem.de/fhem/trunk@27601 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/76_SolarForecast.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/contrib/DS_Starter/76_SolarForecast.pm b/fhem/contrib/DS_Starter/76_SolarForecast.pm index 4fc4452ab..54a06d1c7 100644 --- a/fhem/contrib/DS_Starter/76_SolarForecast.pm +++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm @@ -2295,7 +2295,7 @@ sub __solCast_ApiResponse { ___setLastAPIcallKeyData ($paref); - if($debug =~ /solcastAPIcall/x) { + if($debug =~ /solcastProcess|solcastAPIcall/x) { Log3 ($name, 1, "$name DEBUG> SolCast API Call - response status: ".$jdata->{'response_status'}{'message'}); }