fix ShuttersCommandSet( , , );
This commit is contained in:
parent
52849d54d3
commit
77c6350b0b
@ -1217,16 +1217,16 @@ sub EventProcessingRoommate($@) {
|
||||
{
|
||||
$posValue = $shutters->getShadingPos;
|
||||
$shutters->setLastDrive('shading in');
|
||||
ShuttersCommandSet( $hash, $shuttersDev, $posValue );
|
||||
}
|
||||
elsif ( not $shutters->getIsDay ) {
|
||||
$posValue = $shutters->getClosedPos;
|
||||
$shutters->setLastDrive('roommate absent');
|
||||
}
|
||||
|
||||
ShuttersCommandSet( $hash, $shuttersDev, $posValue );
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sub EventProcessingResidents($@) {
|
||||
my ( $hash, $device, $events ) = @_;
|
||||
|
Loading…
x
Reference in New Issue
Block a user