fix _IsDay Fn
This commit is contained in:
parent
4bdb540368
commit
b608d511ce
@ -3458,8 +3458,8 @@ sub _IsDay($) {
|
||||
|
||||
if (
|
||||
(
|
||||
$shutters->getModeDown eq 'brightness'
|
||||
or $shutters->getModeUp eq 'brightness'
|
||||
$shutters->getDown eq 'brightness'
|
||||
or $shutters->getUp eq 'brightness'
|
||||
)
|
||||
or (
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user