This commit is contained in:
sebastianschwarz 2025-02-26 21:32:47 +01:00
parent 55ecec4aa4
commit 8c7ed44b5e
2 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
initial push erster push, no usable code

View File

@ -5,12 +5,12 @@ use POSIX qw(strftime);
use strict; use strict;
my @filenames = ( my @filenames = (
'FHEM/73_GoECharger.pm', 'FHEM/73_Bluelink.pm',
'lib/FHEM/Devices/GoE/GoECharger.pm', 'lib/FHEM/Devices/Bluelink/Bluelink.pm',
'www/images/fhemSVG/goecharger.svg' 'lib/FHEM/Devices/Bluelink/Hyundai.pm',
); );
my $controlsfile = 'controls_GoECharger.txt'; my $controlsfile = 'controls_Bluelink.txt';
open(FH, ">$controlsfile") || return("Can't open $controlsfile: $!"); open(FH, ">$controlsfile") || return("Can't open $controlsfile: $!");