fix Undefined subroutine

geändert:       lib/FHEM/backupToStorage.pm
This commit is contained in:
Marko Oldenburg 2020-06-17 16:12:28 +02:00
parent 87c2d95a20
commit 4b86378d15
2 changed files with 4 additions and 3 deletions

View File

@ -1,2 +1,2 @@
UPD 2020-06-17_15:03:50 3368 FHEM/98_backupToStorage.pm UPD 2020-06-17_15:03:50 3368 FHEM/98_backupToStorage.pm
UPD 2020-06-17_16:07:42 10965 lib/FHEM/backupToStorage.pm UPD 2020-06-17_16:11:21 10991 lib/FHEM/backupToStorage.pm

View File

@ -58,7 +58,8 @@ BEGIN {
AttrVal AttrVal
deviceEvents deviceEvents
init_done init_done
devspec2array) devspec2array
DoTrigger)
); );
} }
@ -209,7 +210,7 @@ sub Set {
} }
else { else {
return 'Unknown argument ' . $cmd return 'Unknown argument ' . $cmd
. ', choose one of addpassword deletepassword'; . ', choose one of addpassword deletepassword:noArg';
} }
return; return;