expand shading out drives, fix commandref ascAPIget
This commit is contained in:
parent
73c0260550
commit
35f0f01bbc
@ -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>Übersicht für das Rolllo Device</u>
|
<u>Übersicht fü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äuterung</th>
|
<th>Getter</th><th>Erläuterung</th>
|
||||||
@ -5285,7 +5285,7 @@ sub getblockAscDrivesAfterManual {
|
|||||||
</p>
|
</p>
|
||||||
<u>Übersicht für das ASC Device</u>
|
<u>Übersicht fü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äuterung</th>
|
<th>Getter</th><th>Erläuterung</th>
|
||||||
|
Loading…
Reference in New Issue
Block a user