change attribut bTSType to bTS_Type

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

View File

@ -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

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