fix little bug in Brightness Fn
This commit is contained in:
parent
f59c40ead6
commit
cb8f3d693a
@ -1827,7 +1827,10 @@ sub EventProcessingBrightness {
|
||||
and (
|
||||
not IsWe()
|
||||
or ( IsWe()
|
||||
and $ascDev->getSunriseTimeWeHoliday eq 'off' )
|
||||
and $ascDev->getSunriseTimeWeHoliday eq 'off'
|
||||
or ( $ascDev->getSunriseTimeWeHoliday eq 'on'
|
||||
and $shutters->getTimeUpWeHoliday eq '01:25' )
|
||||
)
|
||||
)
|
||||
)
|
||||
or (
|
||||
|
Loading…
Reference in New Issue
Block a user