add attributs disable and disabledForIntervals
This commit is contained in:
parent
7ae03846bf
commit
c28ae2e245
@ -56,7 +56,9 @@ sub backupToStorage_Initialize {
|
|||||||
. 'bTS_User '
|
. 'bTS_User '
|
||||||
. 'bTS_Path '
|
. 'bTS_Path '
|
||||||
. 'bTS_Proto:http '
|
. 'bTS_Proto:http '
|
||||||
. 'bTS_Type:Nextcloud';
|
. 'bTS_Type:Nextcloud '
|
||||||
|
. 'disable:1 '
|
||||||
|
. 'disabledForIntervals';
|
||||||
$hash->{parseParams} = 1;
|
$hash->{parseParams} = 1;
|
||||||
|
|
||||||
return FHEM::Meta::InitMod( __FILE__, $hash );
|
return FHEM::Meta::InitMod( __FILE__, $hash );
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
UPD 2020-10-20_15:51:15 6126 FHEM/98_backupToStorage.pm
|
UPD 2020-10-24_10:07:46 6179 FHEM/98_backupToStorage.pm
|
||||||
UPD 2020-10-24_10:04:23 16831 lib/FHEM/backupToStorage.pm
|
UPD 2020-10-24_10:05:11 16831 lib/FHEM/backupToStorage.pm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user