fix little bug
This commit is contained in:
parent
3ededcb209
commit
f2d7559f1b
@ -48,7 +48,7 @@ use strict;
|
||||
use warnings;
|
||||
use FHEM::Meta;
|
||||
|
||||
my $version = '0.6.16.7';
|
||||
my $version = '0.6.16.8';
|
||||
|
||||
sub AutoShuttersControl_Initialize($) {
|
||||
my ($hash) = @_;
|
||||
@ -1002,7 +1002,7 @@ sub EventProcessingWindowRec($@) {
|
||||
$shutters->setNoOffset(1);
|
||||
$shutters->setDriveCmd( $shutters->getVentilatePos );
|
||||
}
|
||||
elsif ( $match =~ /[Oop]en/
|
||||
elsif ( $match =~ /[Oo]pen/
|
||||
and $shutters->getSubTyp eq 'threestate' )
|
||||
{
|
||||
my $posValue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user