fix little bug in Brightness Fn

This commit is contained in:
Marko Oldenburg 2020-03-24 15:06:53 +01:00
parent f59c40ead6
commit cb8f3d693a

View File

@ -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 (