fix Undefined subroutine
geändert: lib/FHEM/backupToStorage.pm
This commit is contained in:
parent
87c2d95a20
commit
4b86378d15
@ -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
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user