diff --git a/controls_GardenaSmart.txt b/controls_GardenaSmart.txt deleted file mode 100644 index e69de29..0000000 diff --git a/controls_HailiLibero.txt b/controls_HailiLibero.txt index 92033c7..9d3295d 100644 --- a/controls_HailiLibero.txt +++ b/controls_HailiLibero.txt @@ -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 diff --git a/hooks/pre-commit b/hooks/pre-commit index 8748ced..020034e 100755 --- a/hooks/pre-commit +++ b/hooks/pre-commit @@ -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: $!"); diff --git a/lib/FHEM/Hailo/Libero.pm b/lib/FHEM/Hailo/Libero.pm index 4632095..9af31b4 100644 --- a/lib/FHEM/Hailo/Libero.pm +++ b/lib/FHEM/Hailo/Libero.pm @@ -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; }