fix little bug in Brightness Fn
This commit is contained in:
parent
9fcf615af8
commit
f59c40ead6
@ -1752,6 +1752,7 @@ sub EventProcessingBrightness {
|
|||||||
)
|
)
|
||||||
and IsWe()
|
and IsWe()
|
||||||
and $ascDev->getSunriseTimeWeHoliday eq 'on'
|
and $ascDev->getSunriseTimeWeHoliday eq 'on'
|
||||||
|
and $shutters->getTimeUpWeHoliday eq '01:25'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
and int( gettimeofday() / 86400 ) == int(
|
and int( gettimeofday() / 86400 ) == int(
|
||||||
@ -1836,6 +1837,7 @@ sub EventProcessingBrightness {
|
|||||||
)
|
)
|
||||||
and IsWe()
|
and IsWe()
|
||||||
and $ascDev->getSunriseTimeWeHoliday eq 'on'
|
and $ascDev->getSunriseTimeWeHoliday eq 'on'
|
||||||
|
and $shutters->getTimeUpWeHoliday ne '01:25'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
and int( gettimeofday() / 86400 ) == int(
|
and int( gettimeofday() / 86400 ) == int(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user