fix little bug is shutter position above the window tilted position
and shutters place is terrace and sybType is twoState and event is window open
This commit is contained in:
@ -535,9 +535,11 @@ sub EventProcessingWindowRec {
|
||||
)
|
||||
&& $FHEM::Automation::ShuttersControl::shutters->getVentilateOpen
|
||||
eq 'on'
|
||||
&& $FHEM::Automation::ShuttersControl::shutters
|
||||
&& ( $FHEM::Automation::ShuttersControl::shutters
|
||||
->getQueryShuttersPos(
|
||||
$FHEM::Automation::ShuttersControl::shutters->getVentilatePos
|
||||
$FHEM::Automation::ShuttersControl::shutters->getVentilatePos)
|
||||
|| ( $FHEM::Automation::ShuttersControl::shutters->getShuttersPlace eq 'terrace'
|
||||
&& $FHEM::Automation::ShuttersControl::shutters->getSubTyp eq 'twostate' )
|
||||
)
|
||||
)
|
||||
{
|
||||
|
Reference in New Issue
Block a user