mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
73_AutoShuttersControl: fix shading bug
git-svn-id: https://svn.fhem.de/fhem/trunk@19325 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f28b9c80d0
commit
1ecd0c5ace
@ -1609,8 +1609,8 @@ sub EventProcessingShadingBrightness($@) {
|
||||
)
|
||||
and IsDay($shuttersDev)
|
||||
and $ascDev->getAutoShuttersControlShading eq 'on'
|
||||
and $shutters->getRainProtectionStatus eq 'unprotection'
|
||||
and $shutters->getWindProtectionStatus eq 'unprotection'
|
||||
#and $shutters->getRainProtectionStatus eq 'unprotection'
|
||||
#and $shutters->getWindProtectionStatus eq 'unprotection'
|
||||
)
|
||||
{
|
||||
ShadingProcessing(
|
||||
|
Loading…
Reference in New Issue
Block a user