fix little bug in Brightness Fn
This commit is contained in:
parent
f59c40ead6
commit
cb8f3d693a
@ -1827,7 +1827,10 @@ sub EventProcessingBrightness {
|
|||||||
and (
|
and (
|
||||||
not IsWe()
|
not IsWe()
|
||||||
or ( 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 (
|
or (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user