expand shading out drives, fix commandref ascAPIget

This commit is contained in:
Marko Oldenburg 2019-05-22 13:57:04 +02:00
parent 73c0260550
commit 35f0f01bbc

View File

@ -45,7 +45,7 @@ use strict;
use warnings; use warnings;
use FHEM::Meta; use FHEM::Meta;
my $version = '0.6.12'; my $version = '0.6.13';
sub AutoShuttersControl_Initialize($) { sub AutoShuttersControl_Initialize($) {
my ($hash) = @_; my ($hash) = @_;
@ -2017,7 +2017,7 @@ sub ShadingProcessing($@) {
and $getShadingPos == $getStatus ) and $getShadingPos == $getStatus )
{ {
$shutters->setLastDrive('shading out'); $shutters->setLastDrive('shading out');
ShuttersCommandSet( $hash, $shuttersDev, $shutters->getLastPos ); ShuttersCommandSet( $hash, $shuttersDev, ($shutters->getShadingPos == $shutters->getLastPos ? $shutters->getOpenPos : $shutters->getLastPos) );
ASC_Debug( 'ShadingProcessing: ' ASC_Debug( 'ShadingProcessing: '
. $shutters->getShuttersDev . $shutters->getShuttersDev
@ -5256,7 +5256,7 @@ sub getblockAscDrivesAfterManual {
</p> </p>
<u>&Uuml;bersicht f&uuml;r das Rolllo Device</u> <u>&Uuml;bersicht f&uuml;r das Rolllo Device</u>
<ul> <ul>
<code>ascAPIget('Getter','ROLLODEVICENAME')</code><br> <code>{ ascAPIget('Getter','ROLLODEVICENAME') }</code><br>
</ul> </ul>
<table border="1"> <table border="1">
<th>Getter</th><th>Erl&auml;uterung</th> <th>Getter</th><th>Erl&auml;uterung</th>
@ -5285,7 +5285,7 @@ sub getblockAscDrivesAfterManual {
</p> </p>
<u>&Uuml;bersicht f&uuml;r das ASC Device</u> <u>&Uuml;bersicht f&uuml;r das ASC Device</u>
<ul> <ul>
<code>ascAPIget('Getter')</code><br> <code>{ ascAPIget('Getter') }</code><br>
</ul> </ul>
<table border="1"> <table border="1">
<th>Getter</th><th>Erl&auml;uterung</th> <th>Getter</th><th>Erl&auml;uterung</th>