fix roommate bug then Mode_Up always
This commit is contained in:
parent
891d400477
commit
056391c422
@ -38,7 +38,7 @@ package main;
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
my $version = "0.1.86";
|
||||
my $version = "0.1.87";
|
||||
|
||||
sub AutoShuttersControl_Initialize($) {
|
||||
my ($hash) = @_;
|
||||
@ -841,7 +841,6 @@ sub RoommateEventProcessing($@) {
|
||||
$shutters->getRoommatesLastStatus eq 'asleep'
|
||||
or $shutters->getRoommatesLastStatus eq 'awoken'
|
||||
)
|
||||
and $shutters->getModeUp eq 'home'
|
||||
and IsDay( $hash, $shuttersDev )
|
||||
)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user