mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
lib/FHEM/Core/Authentication/Passwords.pm: Change Commandref
git-svn-id: https://svn.fhem.de/fhem/trunk@24468 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
84f5c6ca75
commit
52c325315f
@ -1,5 +1,7 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||||
# Do not insert empty lines here, update check depends on it.
|
# Do not insert empty lines here, update check depends on it.
|
||||||
|
- bugfix: lib/FHEM/Core/Authentication/Passwords.pm
|
||||||
|
change commandref
|
||||||
- bugfix: 98_WeekdayTimer: send delay also applied at startup
|
- bugfix: 98_WeekdayTimer: send delay also applied at startup
|
||||||
- feature: 73_AutoShuttersControl: new RainProtection package
|
- feature: 73_AutoShuttersControl: new RainProtection package
|
||||||
- change: 49_IPCAM: allow zero for snapshots attribute, and some cleanup.
|
- change: 49_IPCAM: allow zero for snapshots attribute, and some cleanup.
|
||||||
|
@ -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