fix bareword sunsettime
This commit is contained in:
parent
004a15ea42
commit
4ea1db3aa0
@ -5,7 +5,7 @@ UPD 2022-01-01_08:47:26 2405 lib/FHEM/Automation/ShuttersControl/Roommate.pm
|
||||
UPD 2022-01-01_08:47:58 32020 lib/FHEM/Automation/ShuttersControl/Shutters.pm
|
||||
UPD 2022-01-01_08:42:08 25426 lib/FHEM/Automation/ShuttersControl/Shading.pm
|
||||
UPD 2022-01-01_08:33:11 112138 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm
|
||||
UPD 2022-01-01_09:03:33 40306 lib/FHEM/Automation/ShuttersControl/Helper.pm
|
||||
UPD 2022-01-01_09:08:18 40302 lib/FHEM/Automation/ShuttersControl/Helper.pm
|
||||
UPD 2022-01-01_08:49:33 2211 lib/FHEM/Automation/ShuttersControl/Window.pm
|
||||
UPD 2022-01-01_08:29:01 11716 lib/FHEM/Automation/ShuttersControl/Dev/Attr.pm
|
||||
UPD 2022-01-01_08:28:05 7265 lib/FHEM/Automation/ShuttersControl/Dev/Readings.pm
|
||||
|
@ -874,8 +874,8 @@ sub ShuttersSunset {
|
||||
if ( defined($oldFuncHash) && ref($oldFuncHash) eq 'HASH' ) {
|
||||
$shuttersSunsetUnixtime += 86400
|
||||
if ( $shuttersSunsetUnixtime <
|
||||
( $oldFuncHash->{::sunsettime} + 180 )
|
||||
&& $oldFuncHash->{::sunsettime} < ::gettimeofday() );
|
||||
( $oldFuncHash->{sunsettime} + 180 )
|
||||
&& $oldFuncHash->{sunsettime} < ::gettimeofday() );
|
||||
}
|
||||
}
|
||||
elsif (
|
||||
|
Loading…
x
Reference in New Issue
Block a user