fix hoook
This commit is contained in:
parent
e87d4376a9
commit
6648070b81
@ -74,14 +74,13 @@ sub Initialize {
|
||||
return FHEM::Meta::InitMod( __FILE__, $hash );
|
||||
}
|
||||
|
||||
|
||||
1;
|
||||
|
||||
=pod
|
||||
|
||||
=item device
|
||||
=item summary Modul to communicate with the GardenaCloud
|
||||
=item summary_DE Modul zur Datenübertragung zur GardenaCloud
|
||||
=item summary Modul to communicate with the Hailo Libero
|
||||
=item summary_DE Modul zur Datenübertragung zur Hailo Libero
|
||||
|
||||
=begin html
|
||||
|
||||
|
2
controls_HailiLibero.txt
Normal file
2
controls_HailiLibero.txt
Normal file
@ -0,0 +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
|
6
hooks/pre-commit
Normal file → Executable file
6
hooks/pre-commit
Normal file → Executable file
@ -5,11 +5,11 @@ use POSIX qw(strftime);
|
||||
use strict;
|
||||
|
||||
my @filenames = (
|
||||
'FHEM/73_GardenaSmartBridge2.pm',
|
||||
'lib/FHEM/Gardena/SmartBridge.pm',
|
||||
'FHEM/73_HailoLibero.pm',
|
||||
'lib/FHEM/Hailo/Libero.pm',
|
||||
);
|
||||
|
||||
my $controlsfile = 'controls_GardenaSmart.txt';
|
||||
my $controlsfile = 'controls_HailiLibero.txt';
|
||||
|
||||
open(FH, ">$controlsfile") || return("Can't open $controlsfile: $!");
|
||||
|
||||
|
@ -146,8 +146,7 @@ sub Set {
|
||||
return q{password successfully saved}
|
||||
if ( defined($passResp)
|
||||
and !defined($passErr) );
|
||||
}
|
||||
|
||||
}
|
||||
else {
|
||||
|
||||
my $list = "hailopwd "
|
||||
|
Loading…
x
Reference in New Issue
Block a user