ready to version 0.6.20

This commit is contained in:
Marko Oldenburg 2019-07-05 11:18:19 +02:00
parent 6b7db998be
commit 03d0094942

View File

@ -347,9 +347,10 @@ sub Define($$) {
# ### Versionierung ### # ### Versionierung ###
# Stable Version # Stable Version
# $hash->{VERSION} = version->parse($VERSION)->normal; $hash->{VERSION} = version->parse($VERSION)->normal;
# Developer Version
$hash->{DEV_VERSION} = FHEM::Meta::Get( $hash, 'x_developmentversion' ); # Developer Version
# $hash->{DEV_VERSION} = FHEM::Meta::Get( $hash, 'x_developmentversion' );
$hash->{NOTIFYDEV} = 'global,' $hash->{NOTIFYDEV} = 'global,'
. $name; # Liste aller Devices auf deren Events gehört werden sollen . $name; # Liste aller Devices auf deren Events gehört werden sollen
@ -5960,11 +5961,11 @@ sub getblockAscDrivesAfterManual {
<li><strong>ASC_Self_Defense_Exclude on|off</strong> - If set to on, the shutter will not be closed <li><strong>ASC_Self_Defense_Exclude on|off</strong> - If set to on, the shutter will not be closed
if the self defense mode is activated and residents are absent. Defaults to off. if the self defense mode is activated and residents are absent. Defaults to off.
</li> </li>
<li><strong>ASC_Self_Defense_Mode - absent/gone</strong> - ab welchen Residents Status soll Selfdefense <li><strong>ASC_Self_Defense_Mode - absent/gone</strong> - which Residents status Self Defense should become
aktiv werden ohne das Fenster auf sind. (default: gone) active without the window being open. (default: gone)
</li> </li>
<li><strong>ASC_Self_Defense_AbsentDelay - um wie viele Sekunden soll das fahren in Selfdefense bei <li><strong>ASC_Self_Defense_AbsentDelay - How many seconds should drive in Self Defense be delayed at
Residents absent verz&ouml;gert werden. (default: 300) Residents absent. (default: 300)
</li> </li>
<li><strong>ASC_ShuttersPlace window|terrace</strong> - If set to <em>terrace</em>, and the <li><strong>ASC_ShuttersPlace window|terrace</strong> - If set to <em>terrace</em>, and the
residents device is set to <em>gone</em>, and <em>selfDefense</em> is activated, the shutter will residents device is set to <em>gone</em>, and <em>selfDefense</em> is activated, the shutter will
@ -6515,7 +6516,7 @@ sub getblockAscDrivesAfterManual {
], ],
"release_status": "under develop", "release_status": "under develop",
"license": "GPL_2", "license": "GPL_2",
"version": "v0.6.19", "version": "v0.6.20",
"x_developmentversion": "v0.6.19.34", "x_developmentversion": "v0.6.19.34",
"author": [ "author": [
"Marko Oldenburg <leongaultier@gmail.com>" "Marko Oldenburg <leongaultier@gmail.com>"