remove code for version reload then modul reload
This commit is contained in:
@ -81,10 +81,10 @@ sub AutoShuttersControl_Initialize($) {
|
|||||||
$hash->{NotifyOrderPrefix} = '51-'; # Order Nummer für NotifyFn
|
$hash->{NotifyOrderPrefix} = '51-'; # Order Nummer für NotifyFn
|
||||||
|
|
||||||
## Ist nur damit sich bei einem reload auch die Versionsnummer erneuert.
|
## Ist nur damit sich bei einem reload auch die Versionsnummer erneuert.
|
||||||
foreach my $d ( sort keys %{ $modules{AutoShuttersControl}{defptr} } ) {
|
# foreach my $d ( sort keys %{ $modules{AutoShuttersControl}{defptr} } ) {
|
||||||
my $hash = $modules{AutoShuttersControl}{defptr}{$d};
|
# my $hash = $modules{AutoShuttersControl}{defptr}{$d};
|
||||||
$hash->{VERSION} = $version;
|
# $hash->{VERSION} = $version;
|
||||||
}
|
# }
|
||||||
}
|
}
|
||||||
|
|
||||||
## unserer packagename
|
## unserer packagename
|
||||||
|
Reference in New Issue
Block a user