2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 04:36:02 +00:00

73_AutoShuttersControl: fix Comfort drive then target pos 0

git-svn-id: https://svn.fhem.de/fhem/trunk@25761 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
LeonGaultier 2022-03-02 15:53:54 +00:00
parent 86fee71b45
commit e99cb99bd9
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
# Do not insert empty lines here, update check depends on it.
- bugfix: 73_AutoShuttersControl: fix Comfort drive then target pos 0
- bugfix: 70_ESCVP21net: added cyclicConnect attr
- feature: 76_mssDialog: Add option to define dialogues by file
- change: 76_mssDialog: PBP code restructured

View File

@ -585,7 +585,7 @@ sub EventProcessingWindowRec {
$setLastDrive = 'ventilate - window open';
}
if ( defined($posValue) && $posValue ) {
if ( defined($posValue) ) {
$FHEM::Automation::ShuttersControl::shutters->setLastDrive(
$setLastDrive);
$FHEM::Automation::ShuttersControl::shutters->setNoDelay(1);