2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-29 23:47:10 +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:
LeonGaultier 2019-05-04 15:44:45 +00:00
parent f28b9c80d0
commit 1ecd0c5ace

View File

@ -1609,8 +1609,8 @@ sub EventProcessingShadingBrightness($@) {
) )
and IsDay($shuttersDev) and IsDay($shuttersDev)
and $ascDev->getAutoShuttersControlShading eq 'on' and $ascDev->getAutoShuttersControlShading eq 'on'
and $shutters->getRainProtectionStatus eq 'unprotection' #and $shutters->getRainProtectionStatus eq 'unprotection'
and $shutters->getWindProtectionStatus eq 'unprotection' #and $shutters->getWindProtectionStatus eq 'unprotection'
) )
{ {
ShadingProcessing( ShadingProcessing(