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

@ -1,2 +1,2 @@
UPD 2021-05-16_21:32:44 4327 FHEM/73_HailoLibero.pm
UPD 2021-05-16_21:32:52 6435 lib/FHEM/Hailo/Libero.pm
UPD 2021-05-17_20:04:35 4327 FHEM/73_HailoLibero.pm
UPD 2021-05-17_20:04:33 6455 lib/FHEM/Hailo/Libero.pm

View File

@ -9,7 +9,7 @@ my @filenames = (
'lib/FHEM/Hailo/Libero.pm',
);
my $controlsfile = 'controls_HailiLibero.txt';
my $controlsfile = 'controls_HailoLibero.txt';
open(FH, ">$controlsfile") || return("Can't open $controlsfile: $!");

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