fix little typo
This commit is contained in:
parent
d3bdcc38bb
commit
711f42748b
@ -3986,7 +3986,7 @@ sub getFreezeStatus {
|
|||||||
sub getShuttersPosCmdValueNegate {
|
sub getShuttersPosCmdValueNegate {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
return ( $shutters->getOpenPos > $shutters->getClosedPos ? 1 : 0 );
|
return ( $shutters->getOpenPos < $shutters->getClosedPos ? 1 : 0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
sub getQueryShuttersPos
|
sub getQueryShuttersPos
|
||||||
|
Loading…
x
Reference in New Issue
Block a user