push
This commit is contained in:
parent
55ecec4aa4
commit
8c7ed44b5e
@ -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: $!");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user