change code style, no more code or fixes
geändert: FHEM/98_backupToStorage.pm
This commit is contained in:
		@@ -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 );
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								controls_backupToStorage.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								controls_backupToStorage.txt
									
									
									
									
									
										Normal 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
 | 
			
		||||
		Reference in New Issue
	
	Block a user