diff --git a/FHEM/98_backupToStorage.pm b/FHEM/98_backupToStorage.pm index 15f5e14..7528614 100644 --- a/FHEM/98_backupToStorage.pm +++ b/FHEM/98_backupToStorage.pm @@ -6,7 +6,7 @@ # All rights reserved # # Special thanks goes to: -# - +# - # # # This script is free software; you can redistribute it and/or modify @@ -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 ); diff --git a/controls_backupToStorage.txt b/controls_backupToStorage.txt new file mode 100644 index 0000000..98e984e --- /dev/null +++ b/controls_backupToStorage.txt @@ -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