mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
73_AutoShuttersControl: fix logic error in EventProcessing Forum #1149463
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@24346 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c0752df761
commit
2268c3f1b0
2
CHANGED
2
CHANGED
@ -1,5 +1,7 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# 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.
|
# Do not insert empty lines here, update check depends on it.
|
||||||
|
- bugfix: 73_AutoShuttersControl: fix logic error in EventProcessing
|
||||||
|
Forum #1149463
|
||||||
- bugfix: 74_GardenaSmartDevice: fix uninitialized value in concatenation
|
- bugfix: 74_GardenaSmartDevice: fix uninitialized value in concatenation
|
||||||
- feature: 98_backup: split modul code in to two files. add code for
|
- feature: 98_backup: split modul code in to two files. add code for
|
||||||
error handling
|
error handling
|
||||||
|
@ -300,8 +300,8 @@ sub EventProcessingWindowRec {
|
|||||||
$FHEM::Automation::ShuttersControl::shutters->getVentilatePos
|
$FHEM::Automation::ShuttersControl::shutters->getVentilatePos
|
||||||
|| $FHEM::Automation::ShuttersControl::shutters->getStatus ==
|
|| $FHEM::Automation::ShuttersControl::shutters->getStatus ==
|
||||||
$FHEM::Automation::ShuttersControl::shutters->getComfortOpenPos
|
$FHEM::Automation::ShuttersControl::shutters->getComfortOpenPos
|
||||||
|| $FHEM::Automation::ShuttersControl::shutters->getStatus ==
|
# || $FHEM::Automation::ShuttersControl::shutters->getStatus ==
|
||||||
$FHEM::Automation::ShuttersControl::shutters->getOpenPos
|
# $FHEM::Automation::ShuttersControl::shutters->getOpenPos Logikfehler? siehe Forum https://forum.fhem.de/index.php/topic,120390.msg1149463.html#msg1149463
|
||||||
|| ( $FHEM::Automation::ShuttersControl::shutters->getStatus ==
|
|| ( $FHEM::Automation::ShuttersControl::shutters->getStatus ==
|
||||||
$FHEM::Automation::ShuttersControl::shutters
|
$FHEM::Automation::ShuttersControl::shutters
|
||||||
->getPrivacyDownPos
|
->getPrivacyDownPos
|
||||||
|
Loading…
x
Reference in New Issue
Block a user