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

@ -37,7 +37,6 @@ use utf8;
use FHEM::backupToStorage;
sub backupToStorage_Initialize {
my $hash = shift;
@ -47,10 +46,7 @@ sub backupToStorage_Initialize {
$hash->{DefFn} = \&FHEM::backupToStorage::Define;
$hash->{NotifyFn} = \&FHEM::backupToStorage::Notify;
$hash->{UndefFn} = \&FHEM::backupToStorage::Undef;
$hash->{AttrList} =
'bTS_Host '
. 'bTS_User '
. 'bTS_Path ';
$hash->{AttrList} = 'bTS_Host ' . 'bTS_User ' . 'bTS_Path ';
$hash->{NotifyOrderPrefix} = '51-'; # Order Nummer für NotifyFn
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