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:
parent
86fee71b45
commit
e99cb99bd9
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user