mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
76_Solarforcast: contrib 0.69.0
git-svn-id: https://svn.fhem.de/fhem/trunk@26530 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
cd3c47d5b1
commit
64f48916ac
@ -2732,8 +2732,11 @@ sub centralTask {
|
||||
else {
|
||||
my $new = gettimeofday()+$interval;
|
||||
InternalTimer($new, "FHEM::SolarForecast::centralTask", $hash, 0); # Wiederholungsintervall
|
||||
$hash->{MODE} = "Automatic - next Cycletime: ".FmtTime($new);
|
||||
readingsSingleUpdate($hash, "nextCycletime", FmtTime($new), 1);
|
||||
|
||||
if(!IsDisabled($name)) {
|
||||
$hash->{MODE} = "Automatic - next Cycletime: ".FmtTime($new);
|
||||
readingsSingleUpdate($hash, "nextCycletime", FmtTime($new), 1);
|
||||
}
|
||||
}
|
||||
|
||||
return if(IsDisabled($name));
|
||||
|
Loading…
x
Reference in New Issue
Block a user