"rebase" push

This commit is contained in:
Sebastian
2021-05-25 20:25:39 +02:00
parent d2c7b53241
commit 0c53e0de2d
4 changed files with 21 additions and 81 deletions

View File

@ -5,11 +5,11 @@ use POSIX qw(strftime);
use strict;
my @filenames = (
'FHEM/73_HailoLibero.pm',
'lib/FHEM/Hailo/Libero.pm',
'FHEM/73_GardenaSmartBridge2.pm',
'lib/FHEM/Gardena/SmartBridge.pm',
);
my $controlsfile = 'controls_HailoLibero.txt';
my $controlsfile = 'controls_GardenaSmart.txt';
open(FH, ">$controlsfile") || return("Can't open $controlsfile: $!");