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

@ -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: $!");