fix ShuttersCommandSet( , , );
This commit is contained in:
parent
52849d54d3
commit
77c6350b0b
@ -1217,13 +1217,13 @@ 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 );
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user