From b663f7fc24660c59f958972359df952e0445b854 Mon Sep 17 00:00:00 2001 From: LeonGaultier Date: Wed, 27 Feb 2019 09:32:24 +0000 Subject: [PATCH] 73_AutoShuttersControl: fix little winrec bug then state opened (max winrec sensors) git-svn-id: https://svn.fhem.de/fhem/trunk@18750 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 2 ++ fhem/FHEM/73_AutoShuttersControl.pm | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index 9985f39ed..368c74680 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,7 @@ # 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 little winrec bug then state opened + (max winrec sensors) - feature: DarkSkyAPI: add demo support for FHEM demo konfiguration - bugfix: 88_HMCCU: set/get config bug fixed - feature: 49_SSCam: support of genericStrmHtmlTag attr in streaming devices diff --git a/fhem/FHEM/73_AutoShuttersControl.pm b/fhem/FHEM/73_AutoShuttersControl.pm index 1dee9e238..5521f5462 100644 --- a/fhem/FHEM/73_AutoShuttersControl.pm +++ b/fhem/FHEM/73_AutoShuttersControl.pm @@ -41,7 +41,7 @@ package main; use strict; use warnings; -my $version = '0.4.0.7'; +my $version = '0.4.0.8'; sub AutoShuttersControl_Initialize($) { my ($hash) = @_; @@ -843,7 +843,7 @@ sub EventProcessingWindowRec($@) { elsif ( ( $1 eq 'tilted' - or ( $1 eq 'open' and $shutters->getSubTyp eq 'twostate' ) + or ( ($1 eq 'open' or $1 eq 'opened') and $shutters->getSubTyp eq 'twostate' ) ) and $shutters->getVentilateOpen eq 'on' and $queryShuttersPosWinRecTilted