change version
This commit is contained in:
		| @@ -49,26 +49,17 @@ use utf8; | |||||||
| use FHEM::Meta; | use FHEM::Meta; | ||||||
|  |  | ||||||
| use FHEM::Automation::ShuttersControl; | use FHEM::Automation::ShuttersControl; | ||||||
| use GPUtils qw(GP_Import GP_Export); | use GPUtils qw(GP_Import); | ||||||
|  |  | ||||||
| ## Import der FHEM Funktionen | ## Import der FHEM Funktionen | ||||||
| #-- Run before package compilation | #-- Run before package compilation | ||||||
| BEGIN { | BEGIN { | ||||||
|     # Import from main context |     # Import from main context | ||||||
|     GP_Import( |     GP_Import(qw(readingFnAttributes)); | ||||||
|         qw( |  | ||||||
|           readingFnAttributes |  | ||||||
|           ) |  | ||||||
|     ); |  | ||||||
|  |  | ||||||
|     #-- Export to main context with different name |  | ||||||
|     GP_Export( |  | ||||||
|         qw( |  | ||||||
|           Initialize |  | ||||||
|           ) |  | ||||||
|     ); |  | ||||||
| } | } | ||||||
|  |  | ||||||
|  | sub ::AutoShuttersControl_Initialize { goto &Initialize } | ||||||
|  |  | ||||||
| sub Initialize { | sub Initialize { | ||||||
|     my $hash = shift; |     my $hash = shift; | ||||||
|  |  | ||||||
| @@ -1465,7 +1456,7 @@ __END__ | |||||||
|   ], |   ], | ||||||
|   "release_status": "stable", |   "release_status": "stable", | ||||||
|   "license": "GPL_2", |   "license": "GPL_2", | ||||||
|   "version": "v0.10.19", |   "version": "v0.10.20", | ||||||
|   "author": [ |   "author": [ | ||||||
|     "Marko Oldenburg <fhemdevelopment@cooltux.net>" |     "Marko Oldenburg <fhemdevelopment@cooltux.net>" | ||||||
|   ], |   ], | ||||||
| @@ -1479,7 +1470,7 @@ __END__ | |||||||
|     "runtime": { |     "runtime": { | ||||||
|       "requires": { |       "requires": { | ||||||
|         "FHEM": 5.00918799, |         "FHEM": 5.00918799, | ||||||
|         "perl": 5.016,  |         "perl": 5.023,  | ||||||
|         "Meta": 0, |         "Meta": 0, | ||||||
|         "JSON": 0, |         "JSON": 0, | ||||||
|         "Date::Parse": 0 |         "Date::Parse": 0 | ||||||
|   | |||||||
| @@ -1,16 +1,16 @@ | |||||||
| UPD 2022-01-01_08:13:19 115707 FHEM/73_AutoShuttersControl.pm | UPD 2022-01-01_09:39:12 115601 FHEM/73_AutoShuttersControl.pm | ||||||
| UPD 2022-01-01_08:49:52 75212 lib/FHEM/Automation/ShuttersControl.pm | UPD 2022-01-01_09:25:20 75212 lib/FHEM/Automation/ShuttersControl.pm | ||||||
| UPD 2022-01-01_08:30:27 2693 lib/FHEM/Automation/ShuttersControl/Dev.pm | UPD 2022-01-01_09:25:20 2693 lib/FHEM/Automation/ShuttersControl/Dev.pm | ||||||
| UPD 2022-01-01_08:47:26 2405 lib/FHEM/Automation/ShuttersControl/Roommate.pm | UPD 2022-01-01_09:25:20 2405 lib/FHEM/Automation/ShuttersControl/Roommate.pm | ||||||
| UPD 2022-01-01_08:47:58 32020 lib/FHEM/Automation/ShuttersControl/Shutters.pm | UPD 2022-01-01_09:25:20 32020 lib/FHEM/Automation/ShuttersControl/Shutters.pm | ||||||
| UPD 2022-01-01_08:42:08 25426 lib/FHEM/Automation/ShuttersControl/Shading.pm | UPD 2022-01-01_09:25:20 25426 lib/FHEM/Automation/ShuttersControl/Shading.pm | ||||||
| UPD 2022-01-01_08:33:11 112138 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm | UPD 2022-01-01_09:25:20 112138 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm | ||||||
| UPD 2022-01-01_09:14:06 40296 lib/FHEM/Automation/ShuttersControl/Helper.pm | UPD 2022-01-01_09:25:20 40296 lib/FHEM/Automation/ShuttersControl/Helper.pm | ||||||
| UPD 2022-01-01_08:49:33 2211 lib/FHEM/Automation/ShuttersControl/Window.pm | UPD 2022-01-01_09:25:20 2211 lib/FHEM/Automation/ShuttersControl/Window.pm | ||||||
| UPD 2022-01-01_09:21:58 11706 lib/FHEM/Automation/ShuttersControl/Dev/Attr.pm | UPD 2022-01-01_09:25:20 11706 lib/FHEM/Automation/ShuttersControl/Dev/Attr.pm | ||||||
| UPD 2022-01-01_08:28:05 7265 lib/FHEM/Automation/ShuttersControl/Dev/Readings.pm | UPD 2022-01-01_09:25:20 7265 lib/FHEM/Automation/ShuttersControl/Dev/Readings.pm | ||||||
| UPD 2022-01-01_09:21:37 52751 lib/FHEM/Automation/ShuttersControl/Shutters/Attr.pm | UPD 2022-01-01_09:25:20 52751 lib/FHEM/Automation/ShuttersControl/Shutters/Attr.pm | ||||||
| UPD 2022-01-01_08:24:22 2799 lib/FHEM/Automation/ShuttersControl/Shutters/Readings.pm | UPD 2022-01-01_09:25:20 2799 lib/FHEM/Automation/ShuttersControl/Shutters/Readings.pm | ||||||
| UPD 2022-01-01_08:23:02 3887 lib/FHEM/Automation/ShuttersControl/Window/Attr.pm | UPD 2022-01-01_09:25:20 3887 lib/FHEM/Automation/ShuttersControl/Window/Attr.pm | ||||||
| UPD 2022-01-01_08:20:59 2200 lib/FHEM/Automation/ShuttersControl/Window/Readings.pm | UPD 2022-01-01_09:25:20 2200 lib/FHEM/Automation/ShuttersControl/Window/Readings.pm | ||||||
| UPD 2022-01-01_08:38:43 7087 lib/FHEM/Automation/ShuttersControl/Rainprotection.pm | UPD 2022-01-01_09:25:20 7087 lib/FHEM/Automation/ShuttersControl/Rainprotection.pm | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user