fix little bug in Brightness Fn
This commit is contained in:
@@ -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 (
|
||||||
|
Reference in New Issue
Block a user