fix ShuttersCommandSet( , , );
This commit is contained in:
@ -1217,15 +1217,15 @@ sub EventProcessingRoommate($@) {
|
|||||||
{
|
{
|
||||||
$posValue = $shutters->getShadingPos;
|
$posValue = $shutters->getShadingPos;
|
||||||
$shutters->setLastDrive('shading in');
|
$shutters->setLastDrive('shading in');
|
||||||
|
ShuttersCommandSet( $hash, $shuttersDev, $posValue );
|
||||||
}
|
}
|
||||||
elsif ( not $shutters->getIsDay ) {
|
elsif ( not $shutters->getIsDay ) {
|
||||||
$posValue = $shutters->getClosedPos;
|
$posValue = $shutters->getClosedPos;
|
||||||
$shutters->setLastDrive('roommate absent');
|
$shutters->setLastDrive('roommate absent');
|
||||||
}
|
|
||||||
|
|
||||||
ShuttersCommandSet( $hash, $shuttersDev, $posValue );
|
ShuttersCommandSet( $hash, $shuttersDev, $posValue );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sub EventProcessingResidents($@) {
|
sub EventProcessingResidents($@) {
|
||||||
|
Reference in New Issue
Block a user