This commit is contained in:
Sebastian
2021-05-17 20:04:49 +02:00
parent 6648070b81
commit 97effe4abc
4 changed files with 5 additions and 5 deletions

View File

@ -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;
}