From eb0ff19d68c72e736fe053c3d1b7662eca2a82e5 Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Sun, 30 Mar 2025 21:35:42 +0000 Subject: [PATCH] 76_SolarForecast: contrib 1.49.5 git-svn-id: https://svn.fhem.de/fhem/trunk@29811 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/76_SolarForecast.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/contrib/DS_Starter/76_SolarForecast.pm b/fhem/contrib/DS_Starter/76_SolarForecast.pm index aef970da8..5d005a41b 100644 --- a/fhem/contrib/DS_Starter/76_SolarForecast.pm +++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm @@ -6339,7 +6339,7 @@ sub _attrplantControl { ## no critic "not used" consForecastLastDays => { comp => '([1-9]|[1-9][0-9]|1[0-7][0-9]|180)', act => 0 }, consForecastInPlanning => { comp => '(0|1)', act => 0 }, feedinPowerLimit => { comp => '\d+', act => 0 }, - interval => { comp => '\d+', act => 1 }, + cycleInterval => { comp => '\d+', act => 1 }, showLink => { comp => '(0|1)', act => 0 }, }; @@ -6905,7 +6905,7 @@ sub __attrKeyAction { my $hash = $defs{$name}; if ($cmd eq 'set') { - if ($init_done && $akey eq 'interval') { + if ($init_done && $akey eq 'cycleInterval') { _newCycTime ($hash, time, $keyval); my $nct = CurrentVal ($name, 'nextCycleTime', 0); # gespeicherte nächste CyleTime readingsSingleUpdate ($hash, 'nextCycletime', (!$nct ? 'Manual / Event-controlled' : FmtTime($nct)), 0);