change attribut bTSType to bTS_Type
This commit is contained in:
parent
851f09d90a
commit
da7f608716
@ -1,2 +1,2 @@
|
||||
UPD 2020-06-18_12:31:03 3369 FHEM/98_backupToStorage.pm
|
||||
UPD 2020-06-19_07:32:03 15634 lib/FHEM/backupToStorage.pm
|
||||
UPD 2020-06-19_07:54:32 3718 FHEM/98_backupToStorage.pm
|
||||
UPD 2020-06-19_07:55:06 15635 lib/FHEM/backupToStorage.pm
|
||||
|
@ -157,7 +157,7 @@ sub Define {
|
||||
my $name = shift @$aArg;
|
||||
$hash->{VERSION} = version->parse($VERSION)->normal;
|
||||
$hash->{NOTIFYDEV} = 'global,' . $name;
|
||||
$hash->{STORAGETYPE} = AttrVal( $name, 'bTSType', 'Nextcloud' );
|
||||
$hash->{STORAGETYPE} = AttrVal( $name, 'bTS_Type', 'Nextcloud' );
|
||||
|
||||
Log3( $name, 3, "backupToStorage ($name) - defined" );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user