p
This commit is contained in:
@ -33,7 +33,7 @@ use warnings;
|
||||
use FHEM::Meta;
|
||||
use GPUtils qw(GP_Import);
|
||||
use HttpUtils;
|
||||
use FHEM::Core::Password::Utils qw(:ALL);
|
||||
use FHEM::Core::Authentication::Passwords qw(:ALL);
|
||||
|
||||
|
||||
my $missingModul = '';
|
||||
@ -91,7 +91,7 @@ sub Define {
|
||||
Log3($name, 3, qq{HailoLibero ($name) - defined HailoLibero});
|
||||
|
||||
### create password object to handle pass keystore
|
||||
$hash->{helper}->{passObj} = FHEM::Core::Password::Utils->new();
|
||||
$hash->{helper}->{passObj} = FHEM::Core::Authentication::Passwords->new();
|
||||
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user