2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-17 05:16:02 +00:00

00_KNXIO.pm: cleanup, no functional changes (Forum Thread #127792)

git-svn-id: https://svn.fhem.de/fhem/trunk@26195 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
erwin 2022-07-05 18:04:12 +00:00
parent 53ea2f4e57
commit c2622d1085

View File

@ -130,6 +130,8 @@ sub KNXIO_Define {
my @arg = split(/[\s\t\n]+/x,$def);
my $name = $arg[0] // return 'KNXIO-define: no name specified';
$hash->{NAME} = $name;
$svnid =~ s/.*\.pm\s(.+)Z.*/$1 UTC/ix;
$hash->{SVN} = $svnid; # store svn info in dev hash
# handle mode X for FHEM2FHEM configs
if (scalar(@arg >=3) && $arg[2] eq 'X') {