Merge pull request 'change commandref' (#3) from patch-commandref into devel
Reviewed-on: #3
This commit is contained in:
commit
409f28e802
@ -208,10 +208,12 @@ FHEM::Core::Authentication::Passwords->new(<INSTANZTYPE>);
|
|||||||
=head1 SYNOPSIS
|
=head1 SYNOPSIS
|
||||||
|
|
||||||
use FHEM::Core::Authentication::Passwords qw(:ALL);
|
use FHEM::Core::Authentication::Passwords qw(:ALL);
|
||||||
our $passwd = FHEM::Core::Authentication::Passwords->new();
|
|
||||||
|
|
||||||
you can also save the password object in the instance hash
|
the password object in the instance hash
|
||||||
our $hash->{helper}->{passwdobj} = FHEM::Core::Authentication::Passwords->new();
|
Define() {
|
||||||
|
...
|
||||||
|
our $hash->{helper}->{passwdobj} = FHEM::Core::Authentication::Passwords->new($hash->{TYPE});
|
||||||
|
...
|
||||||
|
|
||||||
=head1 DESCRIPTION
|
=head1 DESCRIPTION
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user