change attribut bTSType to bTS_Type

This commit is contained in:
2020-06-19 07:55:21 +02:00
parent 851f09d90a
commit da7f608716
2 changed files with 3 additions and 3 deletions

View File

@ -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" );