ready to version 0.6.20
This commit is contained in:
		| @@ -347,9 +347,10 @@ sub Define($$) { | ||||
|  | ||||
|     #   ### Versionierung ### | ||||
|     # Stable Version | ||||
|     #     $hash->{VERSION}    = version->parse($VERSION)->normal; | ||||
|     # Developer Version | ||||
|     $hash->{DEV_VERSION} = FHEM::Meta::Get( $hash, 'x_developmentversion' ); | ||||
|     $hash->{VERSION} = version->parse($VERSION)->normal; | ||||
|  | ||||
|   # Developer Version | ||||
|   #     $hash->{DEV_VERSION} = FHEM::Meta::Get( $hash, 'x_developmentversion' ); | ||||
|  | ||||
|     $hash->{NOTIFYDEV} = 'global,' | ||||
|       . $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 | ||||
|                 if the self defense mode is activated and residents are absent. Defaults to off. | ||||
|             </li> | ||||
|             <li><strong>ASC_Self_Defense_Mode - absent/gone</strong> - ab welchen Residents Status soll Selfdefense | ||||
|                 aktiv werden ohne das Fenster auf sind. (default: gone) | ||||
|             <li><strong>ASC_Self_Defense_Mode - absent/gone</strong> - which Residents status Self Defense should become  | ||||
|                 active without the window being open. (default: gone) | ||||
|             </li> | ||||
|             <li><strong>ASC_Self_Defense_AbsentDelay - um wie viele Sekunden soll das fahren in Selfdefense bei | ||||
|                 Residents absent verzögert werden. (default: 300) | ||||
|             <li><strong>ASC_Self_Defense_AbsentDelay - How many seconds should drive in Self Defense be delayed at  | ||||
|                 Residents absent. (default: 300) | ||||
|             </li> | ||||
|             <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 | ||||
| @@ -6515,7 +6516,7 @@ sub getblockAscDrivesAfterManual { | ||||
|   ], | ||||
|   "release_status": "under develop", | ||||
|   "license": "GPL_2", | ||||
|   "version": "v0.6.19", | ||||
|   "version": "v0.6.20", | ||||
|   "x_developmentversion": "v0.6.19.34", | ||||
|   "author": [ | ||||
|     "Marko Oldenburg <leongaultier@gmail.com>" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user