change code style, no more code or fixes

geändert:       FHEM/98_backupToStorage.pm
This commit is contained in:
Marko Oldenburg 2020-06-17 10:52:03 +02:00
parent 67de42264f
commit f0de2c5605
2 changed files with 4 additions and 6 deletions

View File

@ -6,7 +6,7 @@
# All rights reserved # All rights reserved
# #
# Special thanks goes to: # Special thanks goes to:
# - # -
# #
# #
# This script is free software; you can redistribute it and/or modify # This script is free software; you can redistribute it and/or modify
@ -37,7 +37,6 @@ use utf8;
use FHEM::backupToStorage; use FHEM::backupToStorage;
sub backupToStorage_Initialize { sub backupToStorage_Initialize {
my $hash = shift; my $hash = shift;
@ -47,10 +46,7 @@ sub backupToStorage_Initialize {
$hash->{DefFn} = \&FHEM::backupToStorage::Define; $hash->{DefFn} = \&FHEM::backupToStorage::Define;
$hash->{NotifyFn} = \&FHEM::backupToStorage::Notify; $hash->{NotifyFn} = \&FHEM::backupToStorage::Notify;
$hash->{UndefFn} = \&FHEM::backupToStorage::Undef; $hash->{UndefFn} = \&FHEM::backupToStorage::Undef;
$hash->{AttrList} = $hash->{AttrList} = 'bTS_Host ' . 'bTS_User ' . 'bTS_Path ';
'bTS_Host '
. 'bTS_User '
. 'bTS_Path ';
$hash->{NotifyOrderPrefix} = '51-'; # Order Nummer für NotifyFn $hash->{NotifyOrderPrefix} = '51-'; # Order Nummer für NotifyFn
return FHEM::Meta::InitMod( __FILE__, $hash ); return FHEM::Meta::InitMod( __FILE__, $hash );

View File

@ -0,0 +1,2 @@
UPD 2020-06-17_10:42:47 3074 FHEM/98_backupToStorage.pm
UPD 2020-06-17_10:43:20 6336 lib/FHEM/backupToStorage.pm