p
This commit is contained in:
parent
6648070b81
commit
97effe4abc
@ -1,2 +1,2 @@
|
|||||||
UPD 2021-05-16_21:32:44 4327 FHEM/73_HailoLibero.pm
|
UPD 2021-05-17_20:04:35 4327 FHEM/73_HailoLibero.pm
|
||||||
UPD 2021-05-16_21:32:52 6435 lib/FHEM/Hailo/Libero.pm
|
UPD 2021-05-17_20:04:33 6455 lib/FHEM/Hailo/Libero.pm
|
||||||
|
@ -9,7 +9,7 @@ my @filenames = (
|
|||||||
'lib/FHEM/Hailo/Libero.pm',
|
'lib/FHEM/Hailo/Libero.pm',
|
||||||
);
|
);
|
||||||
|
|
||||||
my $controlsfile = 'controls_HailiLibero.txt';
|
my $controlsfile = 'controls_HailoLibero.txt';
|
||||||
|
|
||||||
open(FH, ">$controlsfile") || return("Can't open $controlsfile: $!");
|
open(FH, ">$controlsfile") || return("Can't open $controlsfile: $!");
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ use warnings;
|
|||||||
use FHEM::Meta;
|
use FHEM::Meta;
|
||||||
use GPUtils qw(GP_Import);
|
use GPUtils qw(GP_Import);
|
||||||
use HttpUtils;
|
use HttpUtils;
|
||||||
use FHEM::Core::Password::Utils qw(:ALL);
|
use FHEM::Core::Authentication::Passwords qw(:ALL);
|
||||||
|
|
||||||
|
|
||||||
my $missingModul = '';
|
my $missingModul = '';
|
||||||
@ -91,7 +91,7 @@ sub Define {
|
|||||||
Log3($name, 3, qq{HailoLibero ($name) - defined HailoLibero});
|
Log3($name, 3, qq{HailoLibero ($name) - defined HailoLibero});
|
||||||
|
|
||||||
### create password object to handle pass keystore
|
### create password object to handle pass keystore
|
||||||
$hash->{helper}->{passObj} = FHEM::Core::Password::Utils->new();
|
$hash->{helper}->{passObj} = FHEM::Core::Authentication::Passwords->new();
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user