fix ShuttersCommandSet( , , );
This commit is contained in:
@ -1217,15 +1217,15 @@ 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($@) {
|
||||
|
Reference in New Issue
Block a user