dev #85
@@ -4,7 +4,7 @@ UPD 2021-10-09_07:12:54 2657 lib/FHEM/Automation/ShuttersControl/Dev.pm
 | 
				
			|||||||
UPD 2021-10-09_07:12:54 2494 lib/FHEM/Automation/ShuttersControl/Roommate.pm
 | 
					UPD 2021-10-09_07:12:54 2494 lib/FHEM/Automation/ShuttersControl/Roommate.pm
 | 
				
			||||||
UPD 2021-10-24_07:33:53 31900 lib/FHEM/Automation/ShuttersControl/Shutters.pm
 | 
					UPD 2021-10-24_07:33:53 31900 lib/FHEM/Automation/ShuttersControl/Shutters.pm
 | 
				
			||||||
UPD 2021-10-09_07:12:54 25333 lib/FHEM/Automation/ShuttersControl/Shading.pm
 | 
					UPD 2021-10-09_07:12:54 25333 lib/FHEM/Automation/ShuttersControl/Shading.pm
 | 
				
			||||||
UPD 2021-12-04_08:36:32 110189 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm
 | 
					UPD 2021-12-04_09:07:23 110215 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm
 | 
				
			||||||
UPD 2021-11-14_14:03:06 40094 lib/FHEM/Automation/ShuttersControl/Helper.pm
 | 
					UPD 2021-11-14_14:03:06 40094 lib/FHEM/Automation/ShuttersControl/Helper.pm
 | 
				
			||||||
UPD 2021-10-09_07:12:54 2173 lib/FHEM/Automation/ShuttersControl/Window.pm
 | 
					UPD 2021-10-09_07:12:54 2173 lib/FHEM/Automation/ShuttersControl/Window.pm
 | 
				
			||||||
UPD 2021-10-09_07:12:54 11739 lib/FHEM/Automation/ShuttersControl/Dev/Attr.pm
 | 
					UPD 2021-10-09_07:12:54 11739 lib/FHEM/Automation/ShuttersControl/Dev/Attr.pm
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -528,7 +528,7 @@ sub EventProcessingWindowRec {
 | 
				
			|||||||
            if (
 | 
					            if (
 | 
				
			||||||
                $FHEM::Automation::ShuttersControl::ascDev
 | 
					                $FHEM::Automation::ShuttersControl::ascDev
 | 
				
			||||||
                ->getAutoShuttersControlComfort eq 'on'
 | 
					                ->getAutoShuttersControlComfort eq 'on'
 | 
				
			||||||
                and $FHEM::Automation::ShuttersControl::shutters
 | 
					                && $FHEM::Automation::ShuttersControl::shutters
 | 
				
			||||||
                ->getQueryShuttersPos(
 | 
					                ->getQueryShuttersPos(
 | 
				
			||||||
                    $FHEM::Automation::ShuttersControl::shutters
 | 
					                    $FHEM::Automation::ShuttersControl::shutters
 | 
				
			||||||
                      ->getComfortOpenPos
 | 
					                      ->getComfortOpenPos
 | 
				
			||||||
@@ -608,8 +608,9 @@ sub EventProcessingRoommate {
 | 
				
			|||||||
            && ( $FHEM::Automation::ShuttersControl::ascDev
 | 
					            && ( $FHEM::Automation::ShuttersControl::ascDev
 | 
				
			||||||
                ->getAutoShuttersControlMorning eq 'on'
 | 
					                ->getAutoShuttersControlMorning eq 'on'
 | 
				
			||||||
                || ( $getUp eq 'roommate'
 | 
					                || ( $getUp eq 'roommate'
 | 
				
			||||||
                  &&  $getRoommatesLastStatus ne 'absent'
 | 
					                  &&  ( $getRoommatesLastStatus eq 'asleep'
 | 
				
			||||||
                  &&  $getRoommatesLastStatus ne 'gone' )
 | 
					                    ||  $getRoommatesLastStatus ne 'awoken' )
 | 
				
			||||||
 | 
					                   )
 | 
				
			||||||
               )
 | 
					               )
 | 
				
			||||||
            && IsAfterShuttersManualBlocking($shuttersDev)
 | 
					            && IsAfterShuttersManualBlocking($shuttersDev)
 | 
				
			||||||
          )
 | 
					          )
 | 
				
			||||||
@@ -623,14 +624,14 @@ sub EventProcessingRoommate {
 | 
				
			|||||||
                        $getRoommatesLastStatus eq 'asleep'
 | 
					                        $getRoommatesLastStatus eq 'asleep'
 | 
				
			||||||
                        && ( $FHEM::Automation::ShuttersControl::shutters
 | 
					                        && ( $FHEM::Automation::ShuttersControl::shutters
 | 
				
			||||||
                            ->getModeUp eq 'always'
 | 
					                            ->getModeUp eq 'always'
 | 
				
			||||||
                            or $FHEM::Automation::ShuttersControl::shutters
 | 
					                            || $FHEM::Automation::ShuttersControl::shutters
 | 
				
			||||||
                            ->getModeUp eq $event )
 | 
					                            ->getModeUp eq $event )
 | 
				
			||||||
                    )
 | 
					                    )
 | 
				
			||||||
                    || (
 | 
					                    || (
 | 
				
			||||||
                        $getRoommatesLastStatus eq 'awoken'
 | 
					                        $getRoommatesLastStatus eq 'awoken'
 | 
				
			||||||
                        && ( $FHEM::Automation::ShuttersControl::shutters
 | 
					                        && ( $FHEM::Automation::ShuttersControl::shutters
 | 
				
			||||||
                            ->getModeUp eq 'always'
 | 
					                            ->getModeUp eq 'always'
 | 
				
			||||||
                            or $FHEM::Automation::ShuttersControl::shutters
 | 
					                            || $FHEM::Automation::ShuttersControl::shutters
 | 
				
			||||||
                            ->getModeUp eq $event )
 | 
					                            ->getModeUp eq $event )
 | 
				
			||||||
                    )
 | 
					                    )
 | 
				
			||||||
                )
 | 
					                )
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user