73_AutoShuttersControl: Hotfix

git-svn-id: https://svn.fhem.de/fhem/trunk@17711 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
CoolTux
2018-11-09 08:16:17 +00:00
parent 4d31f1e008
commit 492577b8fe

View File

@@ -38,7 +38,7 @@ package main;
use strict;
use warnings;
my $version = "0.2.0";
my $version = "0.2.0.1";
sub AutoShuttersControl_Initialize($) {
my ($hash) = @_;
@@ -93,8 +93,7 @@ sub AutoShuttersControl_Initialize($) {
## unserer packagename
package AutoShuttersControl;
no warnings "experimental::declared_refs";
use feature "declared_refs";
use strict;
use warnings;
use POSIX;